ADMB Documentation  11.1.1020
 All Classes Files Functions Variables Typedefs Friends Defines
Defines | Functions
dmat38.cpp File Reference

(* $Id: dmat38.cpp 602 2012-09-05 22:09:11Z johnoel $)

#include <fvar.hpp>

Go to the source code of this file.

Defines

#define TINY   1.0e-20;

Functions

dmatrix solve (const dmatrix &aa, const dmatrix &tz, double ln_unsigned_det, double &sign)
dmatrix solve (const dmatrix &aa, const dmatrix &tz)
double ln_det_choleski (const banded_symmetric_dmatrix &MM, const int &_ierr)
double norm (const banded_symmetric_dmatrix &B)
double norm2 (const banded_symmetric_dmatrix &B)

Define Documentation

#define TINY   1.0e-20;
Id:
dmat38.cpp 602 2012-09-05 22:09:11Z johnoel

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California

Definition at line 23 of file dmat38.cpp.

Referenced by solve().


Function Documentation

dmatrix solve ( const dmatrix aa,
const dmatrix tz,
double  ln_unsigned_det,
double &  sign 
)

Definition at line 36 of file dmat38.cpp.

dmatrix solve ( const dmatrix aa,
const dmatrix tz 
)

Definition at line 28 of file dmat38.cpp.

double ln_det_choleski ( const banded_symmetric_dmatrix MM,
const int _ierr 
)
double norm ( const banded_symmetric_dmatrix B)

Definition at line 212 of file dmat38.cpp.

double norm2 ( const banded_symmetric_dmatrix B)

Definition at line 217 of file dmat38.cpp.