Matrix exponential function for df1b2_matrix. More...
#include <df1b2fun.h>Go to the source code of this file.
Defines | |
| #define | TINY 1.0e-20; |
Functions | |
| df1b2matrix | expm (const df1b2matrix &A) |
| Matrix exponential. | |
| df1b2matrix | solve (const df1b2matrix &aa, const df1b2matrix &tz) |
| Description not yet available. | |
| df1b2matrix | solve (const df1b2matrix &aa, const df1b2matrix &tz, df1b2variable ln_unsigned_det, df1b2variable &sign) |
| Description not yet available. | |
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 Tue Mar 8 2016 19:51:37 for ADMB Documentation by 1.8.0
|