|
ADMB Documentation
-a65f1c97
|
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.
|
inline |
|
inline |
Definition at line 9335 of file fvar.hpp.
Referenced by make_dvar_matrix(), and make_sdvar_matrix().
|
inline |
Definition at line 9331 of file fvar.hpp.
Referenced by ln_det(), make_dvar_matrix(), make_sdvar_matrix(), and return_choleski_decomp().
|
inline |
Definition at line 9327 of file fvar.hpp.
Referenced by calculate_importance_sample_shess(), and calculate_laplace_approximation().
|
inline |
Definition at line 9304 of file fvar.hpp.
Referenced by make_dvar_matrix(), make_sdvar_matrix(), and operator>>().
|
inline |
Definition at line 9300 of file fvar.hpp.
Referenced by make_dvar_matrix(), make_sdvar_matrix(), and operator>>().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 9297 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_coords(), and operator()().
|
private |
Definition at line 9296 of file fvar.hpp.
Referenced by allocate(), deallocate(), and get_m().
|
private |
|
private |
Definition at line 9298 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_x(), and operator()().
|
|
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|