Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| banded_lower_triangular_dmatrix (const dvar_matrix_position &mpos) | |
| Description not yet available. | |
| banded_lower_triangular_dmatrix (int _min, int _max, int _bw) | |
| Description not yet available. | |
| banded_lower_triangular_dmatrix (const banded_lower_triangular_dmatrix &) | |
| Description not yet available. | |
| int | bandwidth (void) const |
| int | indexmax (void) const |
| int | indexmin (void) const |
| void | initialize (void) |
| Description not yet available. | |
| double & | operator() (register int i, register int j) |
| dvector | operator() (register int i) |
| const double & | operator() (register int i, register int j) const |
| const dvector | operator() (register int i) const |
| banded_lower_triangular_dmatrix & | operator= (const banded_lower_triangular_dmatrix &) |
| Description not yet available. | |
| int | rowmax (void) const |
| int | rowmin (void) const |
| void | save_dmatrix_derivatives (const dvar_matrix_position &) const |
| Description not yet available. | |
| void | save_dmatrix_position (void) const |
| void | save_dmatrix_value (void) const |
| void | shift (int) |
| Description not yet available. | |
Private Attributes | |
| int | bw |
| dmatrix | d |
Friends | |
| banded_lower_triangular_dmatrix | restore_banded_lower_triangular_dvar_matrix_value (const dvar_matrix_position &mpos) |
| Description not yet available. | |
| banded_lower_triangular_dmatrix | value (const banded_lower_triangular_dvar_matrix &v) |
| Description not yet available. | |
| banded_lower_triangular_dmatrix::banded_lower_triangular_dmatrix | ( | int | _min, |
| int | _max, | ||
| int | _bw | ||
| ) |
| int banded_lower_triangular_dmatrix::bandwidth | ( | void | ) | const [inline] |
Definition at line 7921 of file fvar.hpp.
Referenced by dfbltsolve(), dmatrix::dmatrix(), operator<<(), solve(), and solve_trans().
| int banded_lower_triangular_dmatrix::indexmax | ( | void | ) | const [inline] |
Definition at line 7929 of file fvar.hpp.
Referenced by dfbltsolve(), dmatrix::dmatrix(), ln_det_choleski(), operator<<(), solve(), and solve_trans().
| int banded_lower_triangular_dmatrix::indexmin | ( | void | ) | const [inline] |
Definition at line 7925 of file fvar.hpp.
Referenced by dfbltsolve(), dmatrix::dmatrix(), ln_det_choleski(), operator<<(), solve(), and solve_trans().
| void banded_lower_triangular_dmatrix::initialize | ( | void | ) |
Description not yet available.
Definition at line 29 of file dmat41.cpp.
Referenced by choleski_decomp(), choleski_decomp_trust_bound(), dfbltsolve(), dfcholeski_decomp_banded(), dfcholeski_decomp_banded_positive(), and quiet_choleski_decomp().
| double& banded_lower_triangular_dmatrix::operator() | ( | register int | i, |
| register int | j | ||
| ) | [inline] |
| dvector banded_lower_triangular_dmatrix::operator() | ( | register int | i | ) | [inline] |
| const double& banded_lower_triangular_dmatrix::operator() | ( | register int | i, |
| register int | j | ||
| ) | const [inline] |
| const dvector banded_lower_triangular_dmatrix::operator() | ( | register int | i | ) | const [inline] |
| banded_lower_triangular_dmatrix & banded_lower_triangular_dmatrix::operator= | ( | const banded_lower_triangular_dmatrix & | mm | ) |
| int banded_lower_triangular_dmatrix::rowmax | ( | void | ) | const [inline] |
Definition at line 7937 of file fvar.hpp.
Referenced by initialize(), restore_banded_lower_triangular_dvar_matrix_value(), restore_lower_triangular_dvar_matrix_value(), and save_dmatrix_derivatives().
| int banded_lower_triangular_dmatrix::rowmin | ( | void | ) | const [inline] |
Definition at line 7933 of file fvar.hpp.
Referenced by initialize(), restore_banded_lower_triangular_dvar_matrix_value(), restore_lower_triangular_dvar_matrix_value(), and save_dmatrix_derivatives().
| void banded_lower_triangular_dmatrix::save_dmatrix_derivatives | ( | const dvar_matrix_position & | pos | ) | const |
Description not yet available.
Definition at line 189 of file cmpdif11.cpp.
Referenced by dfbltsolve().
| void banded_lower_triangular_dmatrix::save_dmatrix_position | ( | void | ) | const |
| void banded_lower_triangular_dmatrix::save_dmatrix_value | ( | void | ) | const |
| void banded_lower_triangular_dmatrix::shift | ( | int | j | ) |
Description not yet available.
Definition at line 125 of file dmat28.cpp.
Referenced by choleski_decomp(), choleski_decomp_trust_bound(), and quiet_choleski_decomp().
| banded_lower_triangular_dmatrix restore_banded_lower_triangular_dvar_matrix_value | ( | const dvar_matrix_position & | mpos | ) | [friend] |
| banded_lower_triangular_dmatrix value | ( | const banded_lower_triangular_dvar_matrix & | v | ) | [friend] |
int banded_lower_triangular_dmatrix::bw [private] |
Definition at line 7916 of file fvar.hpp.
Referenced by banded_lower_triangular_dmatrix(), bandwidth(), and shift().
dmatrix banded_lower_triangular_dmatrix::d [private] |
Definition at line 7917 of file fvar.hpp.
Referenced by banded_lower_triangular_dmatrix(), indexmax(), indexmin(), operator()(), restore_banded_lower_triangular_dvar_matrix_value(), rowmax(), rowmin(), save_dmatrix_derivatives(), and shift().
|
|
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0
|