ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
banded_symmetric_dmatrix (void) | |
banded_symmetric_dmatrix (const banded_symmetric_dmatrix &, int, int) | |
Description not yet available. More... | |
banded_symmetric_dmatrix (int _min, int _max, int _bw) | |
Description not yet available. More... | |
banded_symmetric_dmatrix (const dvar_matrix_position &mpos) | |
Description not yet available. More... | |
int | bandwidth (void) const |
const dmatrix & | get_dmatrix (void) const |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Description not yet available. More... | |
double & | operator() (int i, int j) |
dvector | operator() (int i) |
const double & | operator() (int i, int j) const |
const dvector | operator() (int i) const |
banded_symmetric_dmatrix & | operator= (const banded_symmetric_dmatrix &) |
Description not yet available. More... | |
int | rowmax (void) const |
int | rowmin (void) const |
void | save_dmatrix_derivatives (const dvar_matrix_position &) const |
Description not yet available. More... | |
void | save_dmatrix_position (void) const |
void | save_dmatrix_value () const |
Description not yet available. More... | |
void | shift (int) |
Description not yet available. More... | |
banded_symmetric_dmatrix | sub (int l, int u) |
Description not yet available. More... | |
Private Attributes | |
int | bw |
dmatrix | d |
Friends | |
double | norm2 (const banded_symmetric_dmatrix &B) |
banded_symmetric_dmatrix | restore_banded_symmetric_dvar_matrix_value (const dvar_matrix_position &mpos) |
Description not yet available. More... | |
double | sumsq (const banded_symmetric_dmatrix &B) |
banded_symmetric_dmatrix | value (const banded_symmetric_dvar_matrix &v) |
Description not yet available. More... | |
|
inline |
banded_symmetric_dmatrix::banded_symmetric_dmatrix | ( | const banded_symmetric_dmatrix & | BB, |
int | _lb, | ||
int | _ub | ||
) |
banded_symmetric_dmatrix::banded_symmetric_dmatrix | ( | int | _min, |
int | _max, | ||
int | _bw | ||
) |
banded_symmetric_dmatrix::banded_symmetric_dmatrix | ( | const dvar_matrix_position & | pos | ) |
|
inline |
Definition at line 7991 of file fvar.hpp.
Referenced by laplace_approximation_calculator::banded_calculations_trust_region_approach(), calculate_importance_sample(), calculate_laplace_approximation(), laplace_approximation_calculator::check_hessian_type(), laplace_approximation_calculator::check_hessian_type2(), dfcholeski_decomp_banded(), dfcholeski_decomp_banded_positive(), dmatrix::dmatrix(), eigenvalues(), eigenvectors(), and operator<<().
|
inline |
|
inline |
Definition at line 7999 of file fvar.hpp.
Referenced by laplace_approximation_calculator::banded_calculations_trust_region_approach(), banded_symmetric_dmatrix(), calculate_laplace_approximation(), dfcholeski_decomp_banded(), dfcholeski_decomp_banded_positive(), dmatrix::dmatrix(), eigenvalues(), eigenvectors(), function_minimizer::hess_routine_noparallel_random_effects(), and operator<<().
|
inline |
Definition at line 7995 of file fvar.hpp.
Referenced by laplace_approximation_calculator::banded_calculations_trust_region_approach(), banded_symmetric_dmatrix(), calculate_laplace_approximation(), dmatrix::dmatrix(), eigenvalues(), eigenvectors(), function_minimizer::hess_routine_noparallel_random_effects(), and operator<<().
void banded_symmetric_dmatrix::initialize | ( | void | ) |
Description not yet available.
Definition at line 17 of file dmat41.cpp.
Referenced by dfcholeski_decomp_banded(), dfcholeski_decomp_banded_positive(), laplace_approximation_calculator::do_newton_raphson_banded(), and laplace_approximation_calculator::do_newton_raphson_state_space().
|
inline |
|
inline |
|
inline |
|
inline |
banded_symmetric_dmatrix & banded_symmetric_dmatrix::operator= | ( | const banded_symmetric_dmatrix & | M | ) |
|
inline |
Definition at line 8007 of file fvar.hpp.
Referenced by initialize(), restore_banded_symmetric_dvar_matrix_value(), and save_dmatrix_derivatives().
|
inline |
Definition at line 8003 of file fvar.hpp.
Referenced by initialize(), restore_banded_symmetric_dvar_matrix_value(), and save_dmatrix_derivatives().
void banded_symmetric_dmatrix::save_dmatrix_derivatives | ( | const dvar_matrix_position & | pos | ) | const |
Description not yet available.
Definition at line 118 of file cmpdif11.cpp.
Referenced by dfcholeski_decomp_banded(), and dfcholeski_decomp_banded_positive().
void banded_symmetric_dmatrix::save_dmatrix_position | ( | void | ) | const |
void banded_symmetric_dmatrix::save_dmatrix_value | ( | ) | const |
void banded_symmetric_dmatrix::shift | ( | int | j | ) |
banded_symmetric_dmatrix banded_symmetric_dmatrix::sub | ( | int | l, |
int | u | ||
) |
|
friend |
Definition at line 239 of file dmat38.cpp.
|
friend |
|
friend |
|
friend |
|
private |
Definition at line 7983 of file fvar.hpp.
Referenced by banded_symmetric_dmatrix(), bandwidth(), norm2(), and shift().
|
private |
Definition at line 7984 of file fvar.hpp.
Referenced by banded_symmetric_dmatrix(), get_dmatrix(), indexmax(), indexmin(), norm2(), operator()(), restore_banded_symmetric_dvar_matrix_value(), rowmax(), rowmin(), save_dmatrix_value(), and shift().
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |