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.
imatrix& dcompressed_triplet::get_coords | ( | void | ) | [inline] |
Definition at line 9149 of file fvar.hpp.
Referenced by function_minimizer::computations1().
int dcompressed_triplet::get_m | ( | ) | [inline] |
Definition at line 9161 of file fvar.hpp.
Referenced by make_dmatrix(), and make_sdmatrix().
int dcompressed_triplet::get_n | ( | ) | [inline] |
Definition at line 9157 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().
dvector& dcompressed_triplet::get_x | ( | void | ) | [inline] |
Definition at line 9153 of file fvar.hpp.
Referenced by calculate_importance_sample_shess(), and function_minimizer::computations1().
int dcompressed_triplet::indexmax | ( | void | ) | [inline] |
Definition at line 9129 of file fvar.hpp.
Referenced by calculate_importance_sample_shess(), calculate_laplace_approximation(), function_minimizer::computations1(), make_dmatrix(), make_sdmatrix(), operator>>(), and solve().
int dcompressed_triplet::indexmin | ( | void | ) | [inline] |
Definition at line 9125 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().
int& dcompressed_triplet::operator() | ( | int | i, |
int | j | ||
) | [inline] |
imatrix dcompressed_triplet::coords [private] |
Definition at line 9122 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_coords(), and operator()().
int dcompressed_triplet::m [private] |
Definition at line 9121 of file fvar.hpp.
Referenced by allocate(), deallocate(), and get_m().
int dcompressed_triplet::n [private] |
dvector dcompressed_triplet::x [private] |
Definition at line 9123 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_x(), initialize(), and operator()().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |