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. | |
banded_symmetric_dmatrix (int _min, int _max, int _bw) | |
Description not yet available. | |
banded_symmetric_dmatrix (const dvar_matrix_position &mpos) | |
Description not yet available. | |
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. | |
double & | operator() (register int i, register int j) |
dvector | operator() (register int i) |
const double & | operator() (register int i, register int j) const |
const dvector | operator() (register int i) const |
banded_symmetric_dmatrix & | operator= (const banded_symmetric_dmatrix &) |
Description not yet available. | |
int | rowmax (void) const |
int | rowmin (void) const |
void | save_dmatrix_derivatives (const dvar_matrix_position &) const |
Description not yet available. | |
void | save_dmatrix_position (void) const |
void | save_dmatrix_value (void) const |
Description not yet available. | |
void | shift (int) |
Description not yet available. | |
banded_symmetric_dmatrix | sub (int l, int u) |
Description not yet available. | |
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. | |
double | sumsq (const banded_symmetric_dmatrix &B) |
banded_symmetric_dmatrix | value (const banded_symmetric_dvar_matrix &v) |
Description not yet available. |
banded_symmetric_dmatrix::banded_symmetric_dmatrix | ( | void | ) | [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 | ||
) |
int banded_symmetric_dmatrix::bandwidth | ( | void | ) | const [inline] |
Definition at line 7785 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<<().
const dmatrix& banded_symmetric_dmatrix::get_dmatrix | ( | void | ) | const [inline] |
int banded_symmetric_dmatrix::indexmax | ( | void | ) | const [inline] |
Definition at line 7793 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<<().
int banded_symmetric_dmatrix::indexmin | ( | void | ) | const [inline] |
Definition at line 7789 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().
double& banded_symmetric_dmatrix::operator() | ( | register int | i, |
register int | j | ||
) | [inline] |
dvector banded_symmetric_dmatrix::operator() | ( | register int | i | ) | [inline] |
const double& banded_symmetric_dmatrix::operator() | ( | register int | i, |
register int | j | ||
) | const [inline] |
const dvector banded_symmetric_dmatrix::operator() | ( | register int | i | ) | const [inline] |
banded_symmetric_dmatrix & banded_symmetric_dmatrix::operator= | ( | const banded_symmetric_dmatrix & | M | ) |
int banded_symmetric_dmatrix::rowmax | ( | void | ) | const [inline] |
Definition at line 7801 of file fvar.hpp.
Referenced by initialize(), restore_banded_symmetric_dvar_matrix_value(), and save_dmatrix_derivatives().
int banded_symmetric_dmatrix::rowmin | ( | void | ) | const [inline] |
Definition at line 7797 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 163 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 | ( | void | ) | const |
void banded_symmetric_dmatrix::shift | ( | int | j | ) |
banded_symmetric_dmatrix banded_symmetric_dmatrix::sub | ( | int | l, |
int | u | ||
) |
double norm2 | ( | const banded_symmetric_dmatrix & | B | ) | [friend] |
Definition at line 227 of file dmat38.cpp.
banded_symmetric_dmatrix restore_banded_symmetric_dvar_matrix_value | ( | const dvar_matrix_position & | mpos | ) | [friend] |
double sumsq | ( | const banded_symmetric_dmatrix & | B | ) | [friend] |
banded_symmetric_dmatrix value | ( | const banded_symmetric_dvar_matrix & | v | ) | [friend] |
int banded_symmetric_dmatrix::bw [private] |
Definition at line 7777 of file fvar.hpp.
Referenced by banded_symmetric_dmatrix(), bandwidth(), norm2(), and shift().
dmatrix banded_symmetric_dmatrix::d [private] |
Definition at line 7778 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 Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |