|
ADMB Documentation
11.0.682
|
Description not yet available. More...
#include <ludcmp.hpp>
Public Member Functions | |
| void | initialize (void) |
| int | indexmin () |
| int | indexmax () |
| void | ludecomp_pivot_for_adjoint_1 (void) |
| void | ludecomp_pivot_for_adjoint_2 (void) |
| cltudecomp_for_adjoint (void) | |
| ~cltudecomp_for_adjoint () | |
| void | allocate (int lb, int ub, int n, int m) |
| cltudecomp_for_adjoint (int lb, int ub, int n, int m) | |
| cltudecomp & | get_dfclu () |
| dmatrix_for_adjoint & | get_L () |
| dmatrix_for_adjoint & | get_U () |
| ivector & | get_index () |
| int & | get_sign () |
| void | decrement (int i, int j) |
| void | increment (int i, int j) |
| double & | operator() (int i, int j) |
Private Attributes | |
| dmatrix_for_adjoint | L |
| dmatrix_for_adjoint | U |
| ivector | indx |
| ivector | indx2 |
| cltudecomp | dfclu |
| dvar_matrix_position * | pMpos |
| int | sign |
Friends | |
| class | double_for_assign |
| cltudecomp_for_adjoint::cltudecomp_for_adjoint | ( | void | ) | [inline] |
Definition at line 270 of file ludcmp.hpp.
| cltudecomp_for_adjoint::~cltudecomp_for_adjoint | ( | ) | [inline] |
Definition at line 275 of file ludcmp.hpp.
| cltudecomp_for_adjoint::cltudecomp_for_adjoint | ( | int | lb, |
| int | ub, | ||
| int | n, | ||
| int | m | ||
| ) | [inline] |
Definition at line 294 of file ludcmp.hpp.
| void cltudecomp_for_adjoint::initialize | ( | void | ) | [inline] |
Definition at line 244 of file ludcmp.hpp.
| int cltudecomp_for_adjoint::indexmin | ( | void | ) | [inline] |
Definition at line 258 of file ludcmp.hpp.
Referenced by df_solve(), and initialize().
| int cltudecomp_for_adjoint::indexmax | ( | void | ) | [inline] |
Definition at line 262 of file ludcmp.hpp.
Referenced by df_solve().
| void cltudecomp_for_adjoint::ludecomp_pivot_for_adjoint_1 | ( | void | ) |
Referenced by df_solve().
| void cltudecomp_for_adjoint::ludecomp_pivot_for_adjoint_2 | ( | void | ) |
Referenced by df_solve().
| void cltudecomp_for_adjoint::allocate | ( | int | lb, |
| int | ub, | ||
| int | n, | ||
| int | m | ||
| ) | [inline] |
Definition at line 281 of file ludcmp.hpp.
| cltudecomp& cltudecomp_for_adjoint::get_dfclu | ( | ) | [inline] |
Definition at line 305 of file ludcmp.hpp.
Referenced by df_solve().
| dmatrix_for_adjoint& cltudecomp_for_adjoint::get_L | ( | ) | [inline] |
Definition at line 309 of file ludcmp.hpp.
Referenced by df_solve().
| dmatrix_for_adjoint& cltudecomp_for_adjoint::get_U | ( | ) | [inline] |
Definition at line 313 of file ludcmp.hpp.
Referenced by df_solve().
| ivector& cltudecomp_for_adjoint::get_index | ( | ) | [inline] |
Definition at line 317 of file ludcmp.hpp.
| int& cltudecomp_for_adjoint::get_sign | ( | ) | [inline] |
Definition at line 321 of file ludcmp.hpp.
| void cltudecomp_for_adjoint::decrement | ( | int | i, |
| int | j | ||
| ) | [inline] |
Definition at line 326 of file ludcmp.hpp.
| void cltudecomp_for_adjoint::increment | ( | int | i, |
| int | j | ||
| ) | [inline] |
Definition at line 333 of file ludcmp.hpp.
Definition at line 340 of file ludcmp.hpp.
friend class double_for_assign [friend] |
Definition at line 347 of file ludcmp.hpp.
dmatrix_for_adjoint cltudecomp_for_adjoint::L [private] |
Definition at line 236 of file ludcmp.hpp.
Referenced by allocate(), cltudecomp_for_adjoint(), decrement(), get_L(), increment(), initialize(), and operator()().
dmatrix_for_adjoint cltudecomp_for_adjoint::U [private] |
Definition at line 237 of file ludcmp.hpp.
Referenced by allocate(), cltudecomp_for_adjoint(), decrement(), get_U(), increment(), indexmax(), indexmin(), initialize(), and operator()().
ivector cltudecomp_for_adjoint::indx [private] |
Definition at line 238 of file ludcmp.hpp.
Referenced by allocate(), get_index(), and initialize().
ivector cltudecomp_for_adjoint::indx2 [private] |
Definition at line 239 of file ludcmp.hpp.
Referenced by allocate(), and initialize().
cltudecomp cltudecomp_for_adjoint::dfclu [private] |
Definition at line 240 of file ludcmp.hpp.
Referenced by allocate(), and get_dfclu().
Definition at line 241 of file ludcmp.hpp.
Referenced by cltudecomp_for_adjoint(), initialize(), and ~cltudecomp_for_adjoint().
int cltudecomp_for_adjoint::sign [private] |
Definition at line 242 of file ludcmp.hpp.
Referenced by get_sign(), and initialize().
|
|
Generated on Fri Nov 23 2012 14:35:14 for ADMB Documentation by 1.8.0
|