ADMB Documentation
-a65f1c97
|
Matrix exponential function for df1b2_matrix. More...
#include <df1b2fun.h>
Go to the source code of this file.
Macros | |
#define | TINY 1.0e-20; |
Functions | |
df1b2matrix | expm (const df1b2matrix &A) |
Matrix exponential. More... | |
df1b2matrix | solve (const df1b2matrix &aa, const df1b2matrix &tz) |
Description not yet available. More... | |
df1b2matrix | solve (const df1b2matrix &aa, const df1b2matrix &tz, df1b2variable ln_unsigned_det, df1b2variable &sign) |
Description not yet available. More... | |
Matrix exponential function for df1b2_matrix.
Definition in file df1b2-separable/expm.cpp.
#define TINY 1.0e-20; |
Definition at line 13 of file df1b2-separable/expm.cpp.
Referenced by solve().
df1b2matrix solve | ( | const df1b2matrix & | aa, |
const df1b2matrix & | tz | ||
) |
df1b2matrix solve | ( | const df1b2matrix & | aa, |
const df1b2matrix & | tz, | ||
df1b2variable | ln_unsigned_det, | ||
df1b2variable & | sign | ||
) |
Description not yet available.
\n\n | The implementation of this algorithm was inspired by "Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery, chapter xx |
Definition at line 33 of file df1b2-separable/expm.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |