ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes
dvar_compressed_triplet Class Reference

Description not yet available. More...

#include <fvar.hpp>

Public Member Functions

 dvar_compressed_triplet (int mmin, int mmax, int n, int m)
void allocate (int mmin, int mmax, int n, int m)
void deallocate (void)
imatrixget_coords (void)
int get_m ()
int get_n ()
dvar_vectorget_x (void)
int indexmax (void)
int indexmin (void)
prevariable operator() (int i)
int & operator() (int i, int j)
prevariable operator[] (int i)

Private Attributes

imatrix coords
int m
int n
dvar_vector x

Detailed Description

Description not yet available.

Parameters:

Definition at line 9064 of file fvar.hpp.


Constructor & Destructor Documentation

dvar_compressed_triplet::dvar_compressed_triplet ( int  mmin,
int  mmax,
int  n,
int  m 
)

Definition at line 2560 of file hs_sparse.cpp.


Member Function Documentation

void dvar_compressed_triplet::allocate ( int  mmin,
int  mmax,
int  n,
int  m 
)

Definition at line 2577 of file hs_sparse.cpp.

Referenced by dvar_compressed_triplet().

Definition at line 2585 of file hs_sparse.cpp.

Definition at line 9094 of file fvar.hpp.

Definition at line 9106 of file fvar.hpp.

Referenced by make_dvar_matrix(), and make_sdvar_matrix().

Definition at line 9102 of file fvar.hpp.

Referenced by ln_det(), make_dvar_matrix(), make_sdvar_matrix(), and return_choleski_decomp().

int dvar_compressed_triplet::indexmax ( void  ) [inline]

Definition at line 9075 of file fvar.hpp.

Referenced by make_dvar_matrix(), make_sdvar_matrix(), and operator>>().

int dvar_compressed_triplet::indexmin ( void  ) [inline]

Definition at line 9071 of file fvar.hpp.

Referenced by make_dvar_matrix(), make_sdvar_matrix(), and operator>>().

prevariable dvar_compressed_triplet::operator() ( int  i) [inline]

Definition at line 9083 of file fvar.hpp.

int& dvar_compressed_triplet::operator() ( int  i,
int  j 
) [inline]

Definition at line 9087 of file fvar.hpp.

prevariable dvar_compressed_triplet::operator[] ( int  i) [inline]

Definition at line 9079 of file fvar.hpp.


Member Data Documentation

Definition at line 9068 of file fvar.hpp.

Referenced by allocate(), deallocate(), get_coords(), and operator()().

Definition at line 9067 of file fvar.hpp.

Referenced by allocate(), deallocate(), and get_m().

Definition at line 9066 of file fvar.hpp.

Referenced by get_n().

Definition at line 9069 of file fvar.hpp.

Referenced by allocate(), deallocate(), get_x(), and operator()().

List of all members.


The documentation for this class was generated from the following files: