ADMB Documentation
-a65f1c97
|
#include <fvar.hpp>
Go to the source code of this file.
Macros | |
#define | TINY 1.0e-20; |
Functions | |
dvariable | det (const dvar_matrix &aa) |
Determinaant of matrix. More... | |
void | df_xdet (void) |
Adjoint code for dvariable det(const dvar_matrix& aa) More... | |
void | dfinvpret (void) |
Adjoint code for dvar_matrix inv(const dvar_matrix& aa). More... | |
#define TINY 1.0e-20; |
Author: Steve Martell made Changes on Dec 30, 2013
Definition at line 21 of file fvar_m20.cpp.
Referenced by det().
dvariable det | ( | const dvar_matrix & | aa | ) |
Determinaant of matrix.
aa | dvar_matrix containing a square matrix, . |
Edited by Steve Martell on Dec 30, 2013 to address a bug where the lower bound of the square dvar_matrix was greater than 1.
Definition at line 37 of file fvar_m20.cpp.
void df_xdet | ( | void | ) |
Adjoint code for dvariable det(const dvar_matrix& aa)
Definition at line 184 of file fvar_m20.cpp.
Referenced by det().
void dfinvpret | ( | void | ) |
Adjoint code for dvar_matrix inv(const dvar_matrix& aa).
Definition at line 287 of file fvar_m15.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |