|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| banded_lower_triangular_dvar_matrix (int _min, int _max, int _bw) | |
| Description not yet available. More... | |
| banded_lower_triangular_dvar_matrix (const banded_lower_triangular_dvar_matrix &) | |
| Description not yet available. More... | |
| int | bandwidth (void) const |
| double & | elem_value (int i, int j) |
| const double & | elem_value (int i, int j) const |
| int | indexmax (void) const |
| int | indexmin (void) const |
| void | initialize (void) |
| Description not yet available. More... | |
| prevariable | operator() (int i, int j) |
| dvar_vector | operator() (int i) |
| const prevariable | operator() (int i, int j) const |
| const dvar_vector | operator() (int i) const |
| int | rowmax (void) const |
| int | rowmin (void) const |
| void | save_dvar_matrix_position () const |
| Description not yet available. More... | |
| void | save_dvar_matrix_value () const |
| Description not yet available. More... | |
Public Attributes | |
| int | bw |
| dvar_matrix | d |
| banded_lower_triangular_dvar_matrix::banded_lower_triangular_dvar_matrix | ( | int | _min, |
| int | _max, | ||
| int | _bw | ||
| ) |
| banded_lower_triangular_dvar_matrix::banded_lower_triangular_dvar_matrix | ( | const banded_lower_triangular_dvar_matrix & | S | ) |
|
inline |
Definition at line 8195 of file fvar.hpp.
Referenced by dvar_matrix::dvar_matrix(), operator<<(), solve(), solve_trans(), and value().
|
inline |
Definition at line 8246 of file fvar.hpp.
Referenced by check_choleski_decomp(), choleski_decomp(), choleski_decomp_positive(), and solve().
|
inline |
|
inline |
Definition at line 8203 of file fvar.hpp.
Referenced by dvar_matrix::dvar_matrix(), ln_det_choleski(), operator<<(), solve(), solve_trans(), and value().
|
inline |
Definition at line 8199 of file fvar.hpp.
Referenced by dvar_matrix::dvar_matrix(), ln_det_choleski(), operator<<(), solve(), solve_trans(), and value().
| void banded_lower_triangular_dvar_matrix::initialize | ( | void | ) |
Description not yet available.
Definition at line 89 of file fvar_m40.cpp.
Referenced by check_choleski_decomp(), choleski_decomp(), and choleski_decomp_positive().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 8211 of file fvar.hpp.
Referenced by initialize().
|
inline |
Definition at line 8207 of file fvar.hpp.
Referenced by initialize().
| void banded_lower_triangular_dvar_matrix::save_dvar_matrix_position | ( | ) | const |
| void banded_lower_triangular_dvar_matrix::save_dvar_matrix_value | ( | ) | const |
| int banded_lower_triangular_dvar_matrix::bw |
Definition at line 8193 of file fvar.hpp.
Referenced by bandwidth(), and value().
| dvar_matrix banded_lower_triangular_dvar_matrix::d |
Definition at line 8194 of file fvar.hpp.
Referenced by choleski_decomp(), choleski_decomp_positive(), elem_value(), indexmax(), indexmin(), operator()(), rowmax(), rowmin(), save_dvar_matrix_position(), save_dvar_matrix_value(), solve(), and value().
|
|
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5
|