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

(Last Changed on November 06, 2014 for git-revision d0d58b5d78ebcbc31c27aa0484410868cc7c05f8.)

#include <df1b2fun.h>

Go to the source code of this file.

Macros

#define TINY   1.0e-20;
 

Functions

df1b2vector csolve (const df1b2matrix &aa, const df1b2vector &z)
 
df1b2vector solve (const df1b2matrix &aa, const df1b2vector &_z, const df1b2variable &_ln_unsigned_det, double &sign)
 LU Decomposition solver. More...
 
df1b2vector solve (const df1b2matrix &aa, const df1b2vector &z, const df1b2variable &ld, df1b2variable &sign)
 
df1b2vector solve (const df1b2matrix &aa, const df1b2vector &z)
 

Macro Definition Documentation

#define TINY   1.0e-20;
Id:
f1b2sol2.cpp 789 2010-10-05 01:01:09Z johnoel

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

Definition at line 23 of file f1b2sol2.cpp.

Referenced by solve().

Function Documentation

df1b2vector csolve ( const df1b2matrix aa,
const df1b2vector z 
)

Definition at line 34 of file f1b2sol2.cpp.

df1b2vector solve ( const df1b2matrix aa,
const df1b2vector _z,
const df1b2variable _ln_unsigned_det,
double &  sign 
)

LU Decomposition solver.



The implementation of this algorithm was inspired by "Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery, chapter 2

Definition at line 55 of file f1b2sol2.cpp.

df1b2vector solve ( const df1b2matrix aa,
const df1b2vector z,
const df1b2variable ld,
df1b2variable sign 
)

Definition at line 27 of file f1b2sol2.cpp.

df1b2vector solve ( const df1b2matrix aa,
const df1b2vector z 
)

Definition at line 42 of file f1b2sol2.cpp.