ADMB Documentation
-a65f1c97
|
Matrix exponential function for dvar_matrix. More...
#include <fvar.hpp>
Go to the source code of this file.
Macros | |
#define | TINY 1.0e-20; |
Functions | |
dmatrix | expm (const dmatrix &A) |
Matrix exponential. More... | |
dvar_matrix | expm (const dvar_matrix &A) |
Matrix exponential. More... | |
dmatrix | fabs (const dmatrix &X) |
Description not yet available. More... | |
dvar_matrix | solve (const dvar_matrix &aa, const dvar_matrix &tz, dvariable ln_unsigned_det, dvariable &sign) |
dvar_matrix | solve (const dvar_matrix &aa, const dvar_matrix &tz) |
Matrix exponential function for dvar_matrix.
Definition in file linad99/expm.cpp.
#define TINY 1.0e-20; |
Definition at line 16 of file linad99/expm.cpp.
Referenced by solve().
dvar_matrix solve | ( | const dvar_matrix & | aa, |
const dvar_matrix & | tz, | ||
dvariable | ln_unsigned_det, | ||
dvariable & | sign | ||
) |
Definition at line 200 of file linad99/expm.cpp.
dvar_matrix solve | ( | const dvar_matrix & | aa, |
const dvar_matrix & | tz | ||
) |
Definition at line 39 of file linad99/expm.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |