#include <fvar.hpp>

| banded_lower_triangular_dmatrix::banded_lower_triangular_dmatrix | ( | const dvar_matrix_position & | mpos | ) |
| banded_lower_triangular_dmatrix::banded_lower_triangular_dmatrix | ( | int | _min, | |
| int | _max, | |||
| int | _bw | |||
| ) |
| banded_lower_triangular_dmatrix::banded_lower_triangular_dmatrix | ( | const banded_lower_triangular_dmatrix & | ) |
| void banded_lower_triangular_dmatrix::initialize | ( | void | ) |
| void banded_lower_triangular_dmatrix::shift | ( | int | ) |
| int banded_lower_triangular_dmatrix::bandwidth | ( | void | ) | const [inline] |
| int banded_lower_triangular_dmatrix::indexmin | ( | void | ) | const [inline] |
Referenced by dmatrix::colmax(), dmatrix::colmin(), dvar_vector::initpointer(), and dvector::initpointer().
| int banded_lower_triangular_dmatrix::indexmax | ( | void | ) | const [inline] |
Referenced by dmatrix::colmax().
| int banded_lower_triangular_dmatrix::rowmin | ( | void | ) | const [inline] |
Referenced by dmatrix::rowsize().
| int banded_lower_triangular_dmatrix::rowmax | ( | void | ) | const [inline] |
Referenced by dmatrix::rowsize().
| void banded_lower_triangular_dmatrix::save_dmatrix_value | ( | void | ) | const |
| void banded_lower_triangular_dmatrix::save_dmatrix_position | ( | void | ) | const |
| banded_lower_triangular_dmatrix& banded_lower_triangular_dmatrix::operator= | ( | const banded_lower_triangular_dmatrix & | ) |
| void banded_lower_triangular_dmatrix::save_dmatrix_derivatives | ( | const dvar_matrix_position & | ) | const |
| double& banded_lower_triangular_dmatrix::operator() | ( | int | i, | |
| int | j | |||
| ) |
| dvector banded_lower_triangular_dmatrix::operator() | ( | int | i | ) |
| const double& banded_lower_triangular_dmatrix::operator() | ( | int | i, | |
| int | j | |||
| ) | const |
| const dvector banded_lower_triangular_dmatrix::operator() | ( | int | i | ) | const |
| 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] |
dmatrix banded_lower_triangular_dmatrix::d [private] |
1.5.6