ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
mod_rhes.cpp File Reference

(* $Id$)

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.
banded_lower_triangular_dmatrix quiet_choleski_decomp (const banded_symmetric_dmatrix &_M, int &ierr)
 Description not yet available.

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 
)

Description not yet available.

Parameters:

Definition at line 539 of file mod_rhes.cpp.

Referenced by function_minimizer::hess_routine_noparallel_random_effects().

Description not yet available.

Parameters:

Definition at line 30 of file mod_rhes.cpp.

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