ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
dcompressed_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 () |
dvector & | get_x (void) |
int | indexmax (void) |
int | indexmin (void) |
void | initialize (void) |
double & | operator() (int i) |
int & | operator() (int i, int j) |
double & | operator[] (int i) |
Private Attributes | |
imatrix | coords |
int | m |
int | n |
dvector | x |
dcompressed_triplet::dcompressed_triplet | ( | int | mmin, |
int | mmax, | ||
int | n, | ||
int | m | ||
) |
Definition at line 2571 of file hs_sparse.cpp.
void dcompressed_triplet::allocate | ( | int | mmin, |
int | mmax, | ||
int | n, | ||
int | m | ||
) |
Definition at line 2593 of file hs_sparse.cpp.
Referenced by dcompressed_triplet().
void dcompressed_triplet::deallocate | ( | void | ) |
Definition at line 2601 of file hs_sparse.cpp.
|
inline |
Definition at line 9378 of file fvar.hpp.
Referenced by function_minimizer::computations1().
|
inline |
Definition at line 9390 of file fvar.hpp.
Referenced by make_dmatrix(), and make_sdmatrix().
|
inline |
Definition at line 9386 of file fvar.hpp.
Referenced by function_minimizer::computations1(), dfcholeski_sparse(), get_inverse_sparse_hessian(), ln_det(), make_dmatrix(), make_sdmatrix(), return_choleski_decomp(), and return_choleski_decomp_solve().
|
inline |
Definition at line 9382 of file fvar.hpp.
Referenced by calculate_importance_sample_shess(), and function_minimizer::computations1().
|
inline |
Definition at line 9358 of file fvar.hpp.
Referenced by calculate_importance_sample_shess(), calculate_laplace_approximation(), function_minimizer::computations1(), make_dmatrix(), make_sdmatrix(), operator>>(), and solve().
|
inline |
Definition at line 9354 of file fvar.hpp.
Referenced by calculate_importance_sample_shess(), calculate_laplace_approximation(), function_minimizer::computations1(), make_dmatrix(), make_sdmatrix(), and operator>>().
void dcompressed_triplet::initialize | ( | void | ) |
Definition at line 2566 of file hs_sparse.cpp.
Referenced by laplace_approximation_calculator::get_newton_raphson_info_banded().
|
inline |
|
private |
Definition at line 9351 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_coords(), and operator()().
|
private |
Definition at line 9350 of file fvar.hpp.
Referenced by allocate(), deallocate(), and get_m().
|
private |
Definition at line 9352 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_x(), initialize(), and operator()().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |