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

(* $Id$)

Description not yet available. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

dmatrix choleski_decomp (const dmatrix &MM)
 Description not yet available.
dmatrix choleski_decomp_error (const dmatrix &MM, int &ierror)
 Description not yet available.
dmatrix choleski_decomp_neghess_error (const dmatrix &MM, int &ierror)
 Description not yet available.
static dmatrix onerror (dmatrix &L, int &ierror)
 Description not yet available.

Detailed Description

Description not yet available.

Definition in file dmat15.cpp.


Function Documentation

dmatrix choleski_decomp ( const dmatrix MM)

Description not yet available.

Parameters:

Definition at line 33 of file dmat15.cpp.

dmatrix choleski_decomp_error ( const dmatrix MM,
int &  ierror 
)

Description not yet available.

Parameters:

Definition at line 111 of file dmat15.cpp.

Referenced by choleski_solve_error().

dmatrix choleski_decomp_neghess_error ( const dmatrix MM,
int &  ierror 
)

Description not yet available.

Parameters:

Definition at line 176 of file dmat15.cpp.

Referenced by choleski_solve_neghess_error().

static dmatrix onerror ( dmatrix L,
int &  ierror 
) [static]

Description not yet available.

Parameters:

Definition at line 101 of file dmat15.cpp.

Referenced by choleski_decomp_error(), and choleski_decomp_neghess_error().