|
ADMB Documentation
11.0.682
|
LU Decomposition classes. More...
#include <admodel.h>Go to the source code of this file.
Classes | |
| class | cltudecomp |
| Description not yet available. More... | |
| class | dvector_for_adjoint |
| Description not yet available. More... | |
| class | dmatrix_for_adjoint |
| Description not yet available. More... | |
| class | cltudecomp_for_adjoint |
| Description not yet available. More... | |
Functions | |
| double | operator* (const dvector_for_adjoint &v, const dvector_for_adjoint &w) |
| dvector | operator* (double x, const dvector_for_adjoint &w) |
| dmatrix | get_dmatrix (cltudecomp &clu) |
| dmatrix | get_dmatrix (cltudecomp_for_adjoint &clu) |
| dmatrix | get_lower_matrix (cltudecomp_for_adjoint &clu) |
| dmatrix | get_upper_matrix (cltudecomp_for_adjoint &clu) |
| dvar_vector | solve (const dvar_matrix &aa, const dvar_vector &z, prevariable &ln_unsigned_det, const prevariable &_sign) |
Variables | |
| const double | eps = 1.e-25 |
LU Decomposition classes.
Definition in file ludcmp.hpp.
| double operator* | ( | const dvector_for_adjoint & | v, |
| const dvector_for_adjoint & | w | ||
| ) |
| dvector operator* | ( | double | x, |
| const dvector_for_adjoint & | w | ||
| ) |
| dmatrix get_dmatrix | ( | cltudecomp & | clu | ) |
| dmatrix get_dmatrix | ( | cltudecomp_for_adjoint & | clu | ) |
| dvar_vector solve | ( | const dvar_matrix & | aa, |
| const dvar_vector & | z, | ||
| prevariable & | ln_unsigned_det, | ||
| const prevariable & | _sign | ||
| ) |
Definition at line 34 of file fvar_m24.cpp.
| const double eps = 1.e-25 |
Definition at line 15 of file ludcmp.hpp.
|
|
Generated on Fri Nov 23 2012 14:35:13 for ADMB Documentation by 1.8.0
|