ADMB Documentation
-a65f1c97
|
#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) |
#define TINY 1.0e-20; |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California
Definition at line 23 of file f1b2sol2.cpp.
Referenced by solve().
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.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |