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. | |
banded_lower_triangular_dmatrix | quiet_choleski_decomp (const banded_symmetric_dmatrix &_M, int &ierr) |
Description not yet available. |
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 3566 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 539 of file mod_rhes.cpp.
Referenced by function_minimizer::hess_routine_noparallel_random_effects().
banded_lower_triangular_dmatrix quiet_choleski_decomp | ( | const banded_symmetric_dmatrix & | _M, |
int & | ierr | ||
) |
Description not yet available.
Definition at line 30 of file mod_rhes.cpp.
Referenced by function_minimizer::hess_routine_noparallel_random_effects(), and safe_choleski_solver::solve().
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |