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) |
imatrix & | get_coords (void) |
int | get_m () |
int | get_n () |
dvar_vector & | get_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 |
dvar_compressed_triplet::dvar_compressed_triplet | ( | int | mmin, |
int | mmax, | ||
int | n, | ||
int | m | ||
) |
Definition at line 2560 of file hs_sparse.cpp.
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] |
int dvar_compressed_triplet::get_m | ( | ) | [inline] |
Definition at line 9106 of file fvar.hpp.
Referenced by make_dvar_matrix(), and make_sdvar_matrix().
int dvar_compressed_triplet::get_n | ( | ) | [inline] |
Definition at line 9102 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] |
Definition at line 9098 of file fvar.hpp.
Referenced by calculate_importance_sample_shess(), and calculate_laplace_approximation().
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] |
int& dvar_compressed_triplet::operator() | ( | int | i, |
int | j | ||
) | [inline] |
prevariable dvar_compressed_triplet::operator[] | ( | int | i | ) | [inline] |
imatrix dvar_compressed_triplet::coords [private] |
Definition at line 9068 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_coords(), and operator()().
int dvar_compressed_triplet::m [private] |
Definition at line 9067 of file fvar.hpp.
Referenced by allocate(), deallocate(), and get_m().
int dvar_compressed_triplet::n [private] |
dvar_vector dvar_compressed_triplet::x [private] |
Definition at line 9069 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_x(), and operator()().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |