ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include "fvar.hpp"
Go to the source code of this file.
Functions | |
banded_lower_triangular_dmatrix | choleski_decomp (const banded_symmetric_dmatrix &MM) |
banded_lower_triangular_dmatrix | choleski_decomp (const banded_symmetric_dmatrix &_M, int &ierr) |
dvector | eigenvalues (const banded_symmetric_dmatrix &_SS) |
Description not yet available. More... | |
dmatrix | eigenvectors (const banded_symmetric_dmatrix &_SS, const dvector &_e) |
Description not yet available. More... | |
ostream & | operator<< (const ostream &_ofs, const banded_lower_triangular_dmatrix &S1) |
Description not yet available. More... | |
Description not yet available.
Definition in file dmat28.cpp.
banded_lower_triangular_dmatrix choleski_decomp | ( | const banded_symmetric_dmatrix & | MM | ) |
Definition at line 287 of file dmat28.cpp.
banded_lower_triangular_dmatrix choleski_decomp | ( | const banded_symmetric_dmatrix & | _M, |
int & | ierr | ||
) |
Definition at line 293 of file dmat28.cpp.
dvector eigenvalues | ( | const banded_symmetric_dmatrix & | _SS | ) |
Description not yet available.
Definition at line 411 of file dmat28.cpp.
Referenced by calculate_laplace_approximation(), laplace_approximation_calculator::default_calculations(), laplace_approximation_calculator::default_calculations_check_derivatives(), laplace_approximation_calculator::do_newton_raphson_banded(), eigenvalues(), function_minimizer::hess_inv(), function_minimizer::mcmc_routine(), function_minimizer::random_effects_maximization(), read_hessian_matrix_and_scale(), function_minimizer::sd_routine(), function_minimizer::trust_region_update(), and write_empirical_covariance_matrix().
dmatrix eigenvectors | ( | const banded_symmetric_dmatrix & | _SS, |
const dvector & | _e | ||
) |
Description not yet available.
Definition at line 442 of file dmat28.cpp.
Referenced by calculate_laplace_approximation(), choleski_decomp(), laplace_approximation_calculator::do_newton_raphson_banded(), eigenvectors(), function_minimizer::hess_inv(), and function_minimizer::random_effects_maximization().
ostream& operator<< | ( | const ostream & | _ofs, |
const banded_lower_triangular_dmatrix & | S1 | ||
) |
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |