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

(Last Changed on January 28, 2016 for git-revision dbe5ffd5dffabc60182a0ed1a29a1e991ce7df77.)

Description not yet available. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

banded_lower_triangular_dmatrix choleski_decomp (const banded_symmetric_dmatrix &MM)
 
banded_lower_triangular_dmatrix choleski_decomp (const banded_symmetric_dmatrix &_M, int &ierr)
 
dvector eigenvalues (const banded_symmetric_dmatrix &_SS)
 Description not yet available. More...
 
dmatrix eigenvectors (const banded_symmetric_dmatrix &_SS, const dvector &_e)
 Description not yet available. More...
 
ostream & operator<< (const ostream &_ofs, const banded_lower_triangular_dmatrix &S1)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Definition in file dmat28.cpp.

Function Documentation

Definition at line 287 of file dmat28.cpp.

banded_lower_triangular_dmatrix choleski_decomp ( const banded_symmetric_dmatrix _M,
int &  ierr 
)

Definition at line 293 of file dmat28.cpp.

dvector eigenvalues ( const banded_symmetric_dmatrix _SS)
dmatrix eigenvectors ( const banded_symmetric_dmatrix _SS,
const dvector _e 
)
ostream& operator<< ( const ostream &  _ofs,
const banded_lower_triangular_dmatrix S1 
)

Description not yet available.

Parameters

Definition at line 258 of file dmat28.cpp.