Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| banded_symmetric_dvar_matrix (int _min, int _max, int _bw) | |
| Description not yet available. | |
| banded_symmetric_dvar_matrix (const banded_symmetric_dvar_matrix &) | |
| Description not yet available. | |
| int | bandwidth (void) const |
| int | indexmax (void) const |
| int | indexmin (void) const |
| void | initialize (void) |
| Description not yet available. | |
| prevariable | operator() (int i, int j) |
| dvar_vector | operator() (int i) |
| int | rowmax (void) const |
| int | rowmin (void) const |
| void | save_dvar_matrix_position (void) const |
| Description not yet available. | |
| void | save_dvar_matrix_value (void) const |
| Description not yet available. | |
Private Attributes | |
| int | bw |
| dvar_matrix | d |
Friends | |
| dvariable | norm (const banded_symmetric_dvar_matrix &B) |
| Description not yet available. | |
| dvariable | norm2 (const banded_symmetric_dvar_matrix &B) |
| Description not yet available. | |
| dvariable | sumsq (const banded_symmetric_dvar_matrix &B) |
| banded_symmetric_dmatrix | value (const banded_symmetric_dvar_matrix &v) |
| Description not yet available. | |
| banded_symmetric_dvar_matrix::banded_symmetric_dvar_matrix | ( | int | _min, |
| int | _max, | ||
| int | _bw | ||
| ) |
| int banded_symmetric_dvar_matrix::bandwidth | ( | void | ) | const [inline] |
Definition at line 7865 of file fvar.hpp.
Referenced by check_choleski_decomp(), choleski_decomp(), choleski_decomp_positive(), dvar_matrix::dvar_matrix(), operator<<(), and value().
| int banded_symmetric_dvar_matrix::indexmax | ( | void | ) | const [inline] |
Definition at line 7873 of file fvar.hpp.
Referenced by check_choleski_decomp(), choleski_decomp(), choleski_decomp_positive(), dvar_matrix::dvar_matrix(), operator<<(), and value().
| int banded_symmetric_dvar_matrix::indexmin | ( | void | ) | const [inline] |
Definition at line 7869 of file fvar.hpp.
Referenced by dvar_matrix::dvar_matrix(), operator<<(), and value().
| void banded_symmetric_dvar_matrix::initialize | ( | void | ) |
| prevariable banded_symmetric_dvar_matrix::operator() | ( | int | i, |
| int | j | ||
| ) | [inline] |
| dvar_vector banded_symmetric_dvar_matrix::operator() | ( | int | i | ) | [inline] |
| int banded_symmetric_dvar_matrix::rowmax | ( | void | ) | const [inline] |
Definition at line 7881 of file fvar.hpp.
Referenced by initialize(), and save_dvar_matrix_position().
| int banded_symmetric_dvar_matrix::rowmin | ( | void | ) | const [inline] |
Definition at line 7877 of file fvar.hpp.
Referenced by initialize(), and save_dvar_matrix_position().
| void banded_symmetric_dvar_matrix::save_dvar_matrix_position | ( | void | ) | const |
Description not yet available.
Definition at line 117 of file cmpdif11.cpp.
Referenced by choleski_decomp(), and choleski_decomp_positive().
| void banded_symmetric_dvar_matrix::save_dvar_matrix_value | ( | void | ) | const |
Description not yet available.
Definition at line 28 of file cmpdif11.cpp.
Referenced by choleski_decomp(), and choleski_decomp_positive().
| dvariable norm | ( | const banded_symmetric_dvar_matrix & | B | ) | [friend] |
| dvariable norm2 | ( | const banded_symmetric_dvar_matrix & | B | ) | [friend] |
| dvariable sumsq | ( | const banded_symmetric_dvar_matrix & | B | ) | [friend] |
Definition at line 716 of file fvar_m40.cpp.
| banded_symmetric_dmatrix value | ( | const banded_symmetric_dvar_matrix & | v | ) | [friend] |
int banded_symmetric_dvar_matrix::bw [private] |
Definition at line 7861 of file fvar.hpp.
Referenced by bandwidth(), norm2(), and value().
dvar_matrix banded_symmetric_dvar_matrix::d [private] |
Definition at line 7862 of file fvar.hpp.
Referenced by indexmax(), indexmin(), norm2(), operator()(), rowmax(), rowmin(), save_dvar_matrix_value(), and value().
|
|
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0
|