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

(* $Id$)

#include <fvar.hpp>

Go to the source code of this file.

Defines

#define TINY   1.0e-20;
 $Id$

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
dmatrix solve (const dmatrix &aa, const dmatrix &tz)
 /param aa /param tz

Define Documentation

#define TINY   1.0e-20;

$Id$

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

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

Definition at line 222 of file dmat38.cpp.

double norm2 ( const banded_symmetric_dmatrix B)

Definition at line 227 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 45 of file dmat38.cpp.

dmatrix solve ( const dmatrix aa,
const dmatrix tz 
)

/param aa /param tz

Definition at line 32 of file dmat38.cpp.