|
ADMB Documentation
-a65f1c97
|
#include <fvar.hpp>Go to the source code of this file.
Macros | |
| #define | TINY 1.0e-20; |
Functions | |
| void | dmdv_solve (void) |
| Adjoint code for dvar_vector solve(const dvar_matrix& aa, const dvar_vector& z,. More... | |
| dvar_vector | solve (const dvar_matrix &aa, const dvar_vector &z, prevariable &ln_unsigned_det, const prevariable &_sign) |
| Solve a linear system using LU decomposition. More... | |
| dvar_vector | solve (const dvar_matrix &aa, const dvar_vector &z) |
| Solve a linear system using LU decomposition. More... | |
| #define TINY 1.0e-20; |
Author: Unknown
Definition at line 26 of file fvar_m24.cpp.
Referenced by solve().
| void dmdv_solve | ( | void | ) |
Adjoint code for dvar_vector solve(const dvar_matrix& aa, const dvar_vector& z,.
Definition at line 339 of file fvar_m24.cpp.
Referenced by solve().
| dvar_vector solve | ( | const dvar_matrix & | aa, |
| const dvar_vector & | z, | ||
| prevariable & | ln_unsigned_det, | ||
| const prevariable & | _sign | ||
| ) |
Solve a linear system using LU decomposition.
| aa | A dvar_matrix containing LU decomposition of input matrix. . |
| z | A dvar_vector containing the RHS, of the linear equation , to be solved. |
| _ln_unsigned_deg | |
| sign |
. Definition at line 56 of file fvar_m24.cpp.
| dvar_vector solve | ( | const dvar_matrix & | aa, |
| const dvar_vector & | z | ||
| ) |
Solve a linear system using LU decomposition.
| aa | A dvar_matrix containing LU decomposition of input matrix. . |
| z | A dvar_vector containing the RHS, of the linear equation , to be solved. |
. Definition at line 37 of file fvar_m24.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5
|