ADMB Documentation
-a65f1c97
|
Description not yet available. More...
Go to the source code of this file.
Functions | |
void | get_inverse_sparse_hessian (dcompressed_triplet &st, hs_symbolic &S, uostream &ofs1, ofstream &ofs, int usize, int xsize, dvector &u) |
dvector | get_solution_vector (int n) |
Description not yet available. More... | |
void | print_elapsed_time (const std::chrono::time_point< std::chrono::system_clock > &from, const std::chrono::time_point< std::chrono::system_clock > &to) |
banded_lower_triangular_dmatrix | quiet_choleski_decomp (const banded_symmetric_dmatrix &_M, int &ierr) |
Description not yet available. More... | |
Description not yet available.
Definition in file mod_rhes.cpp.
void get_inverse_sparse_hessian | ( | dcompressed_triplet & | st, |
hs_symbolic & | S, | ||
uostream & | ofs1, | ||
ofstream & | ofs, | ||
int | usize, | ||
int | xsize, | ||
dvector & | u | ||
) |
Definition at line 3575 of file hs_sparse.cpp.
Referenced by function_minimizer::hess_routine_noparallel_random_effects().
dvector get_solution_vector | ( | int | n | ) |
Description not yet available.
Definition at line 613 of file mod_rhes.cpp.
Referenced by function_minimizer::hess_routine_noparallel_random_effects().
void print_elapsed_time | ( | const std::chrono::time_point< std::chrono::system_clock > & | from, |
const std::chrono::time_point< std::chrono::system_clock > & | to | ||
) |
Definition at line 94 of file mod_sd.cpp.
banded_lower_triangular_dmatrix quiet_choleski_decomp | ( | const banded_symmetric_dmatrix & | _M, |
int & | ierr | ||
) |
Description not yet available.
Definition at line 34 of file mod_rhes.cpp.
Referenced by function_minimizer::hess_routine_noparallel_random_effects(), and safe_choleski_solver::solve().
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |