#include <fvar.hpp>
Go to the source code of this file.
Defines | |
#define | TINY 1.0e-20; |
Functions | |
void | df_xldet (void) |
Adjoint code for dvariable ln_det(const dvar_matrix& aa, int& sgn). | |
void | dfinvpret (void) |
Adjoint code for dvar_matrix inv(const dvar_matrix& aa). | |
dvariable | ln_det (const dvar_matrix &aa, int &sgn) |
The implementation of this algorithm was inspired by "Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery, chapter 2 | |
dvariable | ln_det (const dvar_matrix &a) |
#define TINY 1.0e-20; |
Author: David Fournier Copyright (c) 2009-2012 ADMB Foundation
Definition at line 17 of file fvar_m42.cpp.
Referenced by ln_det().
void df_xldet | ( | void | ) |
Adjoint code for dvariable ln_det(const dvar_matrix& aa, int& sgn).
Definition at line 190 of file fvar_m42.cpp.
Referenced by ln_det().
void dfinvpret | ( | void | ) |
Adjoint code for dvar_matrix inv(const dvar_matrix& aa).
Definition at line 212 of file fvar_m15.cpp.
dvariable ln_det | ( | const dvar_matrix & | aa, |
int & | sgn | ||
) |
The implementation of this algorithm was inspired by "Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery, chapter 2
Definition at line 42 of file fvar_m42.cpp.
dvariable ln_det | ( | const dvar_matrix & | a | ) |
Definition at line 32 of file fvar_m42.cpp.
Generated on Tue Mar 8 2016 19:51:37 for ADMB Documentation by 1.8.0 |