ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
mod_rhes.cpp File Reference

(Last Changed on March 07, 2022 for git-revision 572dcb45e56ad50c708cff6ccbd1978cb520520b.)

Description not yet available. More...

#include <sstream>
#include <admodel.h>
#include <df1b2fun.h>
#include <adrndeff.h>

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...
 

Detailed Description

Description not yet available.

Definition in file mod_rhes.cpp.

Function Documentation

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.

Parameters

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.

Parameters

Definition at line 34 of file mod_rhes.cpp.

Referenced by function_minimizer::hess_routine_noparallel_random_effects(), and safe_choleski_solver::solve().