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

(Last Changed on November 07, 2014 for git-revision 096333c80d154a10897728af6c66424014d9d301.)

#include <df1b2fun.h>

Go to the source code of this file.

Macros

#define TINY   1.0e-20;
 

Functions

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

Macro Definition Documentation

#define TINY   1.0e-20;
Id:
f1b2solv.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 f1b2solv.cpp.

Referenced by solve().

Function Documentation

df1b2vector csolve ( const df1b2matrix aa,
const dvector z 
)

Definition at line 28 of file f1b2solv.cpp.

df1b2vector solve ( const df1b2matrix aa,
const dvector 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 50 of file f1b2solv.cpp.

df1b2vector solve ( const df1b2matrix aa,
const dvector z 
)

Definition at line 36 of file f1b2solv.cpp.