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

(Last Changed on May 30, 2017 for git-revision d3b95d58f00653ff08e1d94bd386db1450e5fd87.)

#include <fvar.hpp>

Go to the source code of this file.

Macros

#define TINY   1.0e-20;
 $Id$ More...
 

Functions

double ln_det_choleski (const banded_symmetric_dmatrix &MM, int &ierr)
 
double norm (const banded_symmetric_dmatrix &B)
 
double norm2 (const banded_symmetric_dmatrix &B)
 
dmatrix solve (const dmatrix &aa, const dmatrix &tz, const double &_ln_unsigned_det, double &sign)
 /param aa /param tz /param ln_unsigned_det /param sign More...
 
dmatrix solve (const dmatrix &aa, const dmatrix &tz)
 /param aa /param tz More...
 

Macro Definition Documentation

#define TINY   1.0e-20;

$Id$

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

Definition at line 27 of file dmat38.cpp.

Referenced by solve().

Function Documentation

double ln_det_choleski ( const banded_symmetric_dmatrix MM,
int &  ierr 
)
double norm ( const banded_symmetric_dmatrix B)

Definition at line 234 of file dmat38.cpp.

double norm2 ( const banded_symmetric_dmatrix B)

Definition at line 239 of file dmat38.cpp.

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

/param aa /param tz /param ln_unsigned_det /param sign

Definition at line 49 of file dmat38.cpp.

dmatrix solve ( const dmatrix aa,
const dmatrix tz 
)

/param aa /param tz

Definition at line 36 of file dmat38.cpp.