|
ADMB Documentation
-a65f1c97
|
#include <fvar.hpp>Go to the source code of this file.
Macros | |
| #define | TINY 1.0e-20; |
Functions | |
| void | dfinvpret (void) |
| Adjoint code for dvar_matrix inv(const dvar_matrix& aa). More... | |
| dvar_matrix | inv (const dvar_matrix &aa) |
| Inverse of a varaiable matrix. More... | |
| int | min (const int a, const int b) |
| Return smallest value of two integers a or b. More... | |
| #define TINY 1.0e-20; |
Author: David Fournier Copyright (c) 2009-2012 ADMB Foundation
Definition at line 22 of file fvar_m15.cpp.
Referenced by inv().
| void dfinvpret | ( | void | ) |
Adjoint code for dvar_matrix inv(const dvar_matrix& aa).
Definition at line 287 of file fvar_m15.cpp.
Referenced by inv().
| dvar_matrix inv | ( | const dvar_matrix & | aa | ) |
Inverse of a varaiable matrix.
| aa | dvar_matrix conaining matrix to be inverted, . |
. Definition at line 43 of file fvar_m15.cpp.
| int min | ( | const int | a, |
| const int | b | ||
| ) |
Return smallest value of two integers a or b.
| a | An integer |
| b | An integer |
Definition at line 31 of file fvar_m15.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5
|