ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
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 9293 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().

void dvar_compressed_triplet::deallocate ( void  )

Definition at line 2585 of file hs_sparse.cpp.

imatrix& dvar_compressed_triplet::get_coords ( void  )
inline

Definition at line 9323 of file fvar.hpp.

int dvar_compressed_triplet::get_m ( )
inline

Definition at line 9335 of file fvar.hpp.

Referenced by make_dvar_matrix(), and make_sdvar_matrix().

int dvar_compressed_triplet::get_n ( )
inline

Definition at line 9331 of file fvar.hpp.

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

dvar_vector& dvar_compressed_triplet::get_x ( void  )
inline
int dvar_compressed_triplet::indexmax ( void  )
inline

Definition at line 9304 of file fvar.hpp.

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

int dvar_compressed_triplet::indexmin ( void  )
inline

Definition at line 9300 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 9312 of file fvar.hpp.

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

Definition at line 9316 of file fvar.hpp.

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

Definition at line 9308 of file fvar.hpp.

Member Data Documentation

imatrix dvar_compressed_triplet::coords
private

Definition at line 9297 of file fvar.hpp.

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

int dvar_compressed_triplet::m
private

Definition at line 9296 of file fvar.hpp.

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

int dvar_compressed_triplet::n
private

Definition at line 9295 of file fvar.hpp.

Referenced by get_n().

dvar_vector dvar_compressed_triplet::x
private

Definition at line 9298 of file fvar.hpp.

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


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