#include <fvar.hpp>
Go to the source code of this file.
Defines | |
#define | TINY 1.0e-20; |
Functions | |
void | dmdv_solve (void) |
Adjoint code for dvar_vector solve(const dvar_matrix& aa, const dvar_vector& z,. | |
dvar_vector | solve (const dvar_matrix &aa, const dvar_vector &z, prevariable &ln_unsigned_det, const prevariable &_sign) |
Solve a linear sysgem using LU decomposition. | |
dvar_vector | solve (const dvar_matrix &aa, const dvar_vector &z) |
Solve a linear system using LU decomposition. |
#define TINY 1.0e-20; |
Author: Unknown
Definition at line 22 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 243 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 sysgem 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 52 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 33 of file fvar_m24.cpp.
Generated on Tue Mar 8 2016 19:51:37 for ADMB Documentation by 1.8.0 |