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

(* $Id: f1b2sol2.cpp 789 2010-10-05 01:01:09Z johnoel $)

#include <df1b2fun.h>

Go to the source code of this file.

Defines

#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.
df1b2vector solve (const df1b2matrix &aa, const df1b2vector &z, const df1b2variable &ld, df1b2variable &sign)
df1b2vector solve (const df1b2matrix &aa, const df1b2vector &z)

Define 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.