ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
df1b2-separable/expm.cpp File Reference

(Last Changed on August 06, 2022 for git-revision d6c67e9794bde1289c87a3fd5fc7b81bbfb34cbb.)

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

Detailed Description

Matrix exponential function for df1b2_matrix.

Definition in file df1b2-separable/expm.cpp.

Macro Definition Documentation

#define TINY   1.0e-20;

Definition at line 13 of file df1b2-separable/expm.cpp.

Referenced by solve().

Function Documentation

df1b2matrix solve ( const df1b2matrix aa,
const df1b2matrix tz 
)

Description not yet available.

Parameters

Definition at line 19 of file df1b2-separable/expm.cpp.

df1b2matrix solve ( const df1b2matrix aa,
const df1b2matrix tz,
df1b2variable  ln_unsigned_det,
df1b2variable sign 
)

Description not yet available.

Parameters
\n\nThe 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.