ADMB Documentation
-a65f1c97
|
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. More... | |
banded_symmetric_dvar_matrix (const banded_symmetric_dvar_matrix &) | |
Description not yet available. More... | |
int | bandwidth (void) 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) |
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 |
Friends | |
dvariable | norm (const banded_symmetric_dvar_matrix &B) |
Description not yet available. More... | |
dvariable | norm2 (const banded_symmetric_dvar_matrix &B) |
Description not yet available. More... | |
dvariable | sumsq (const banded_symmetric_dvar_matrix &B) |
banded_symmetric_dmatrix | value (const banded_symmetric_dvar_matrix &v) |
Description not yet available. More... | |
banded_symmetric_dvar_matrix::banded_symmetric_dvar_matrix | ( | int | _min, |
int | _max, | ||
int | _bw | ||
) |
banded_symmetric_dvar_matrix::banded_symmetric_dvar_matrix | ( | const banded_symmetric_dvar_matrix & | S | ) |
|
inline |
Definition at line 8071 of file fvar.hpp.
Referenced by check_choleski_decomp(), choleski_decomp(), choleski_decomp_positive(), dvar_matrix::dvar_matrix(), operator<<(), and value().
|
inline |
Definition at line 8079 of file fvar.hpp.
Referenced by check_choleski_decomp(), choleski_decomp(), choleski_decomp_positive(), dvar_matrix::dvar_matrix(), operator<<(), and value().
|
inline |
Definition at line 8075 of file fvar.hpp.
Referenced by dvar_matrix::dvar_matrix(), operator<<(), and value().
void banded_symmetric_dvar_matrix::initialize | ( | void | ) |
|
inline |
|
inline |
|
inline |
Definition at line 8087 of file fvar.hpp.
Referenced by initialize().
|
inline |
Definition at line 8083 of file fvar.hpp.
Referenced by initialize().
void banded_symmetric_dvar_matrix::save_dvar_matrix_position | ( | ) | const |
void banded_symmetric_dvar_matrix::save_dvar_matrix_value | ( | ) | const |
|
friend |
|
friend |
|
friend |
Definition at line 721 of file fvar_m40.cpp.
|
friend |
int banded_symmetric_dvar_matrix::bw |
Definition at line 8068 of file fvar.hpp.
Referenced by bandwidth(), norm2(), and value().
dvar_matrix banded_symmetric_dvar_matrix::d |
Definition at line 8069 of file fvar.hpp.
Referenced by choleski_decomp(), choleski_decomp_positive(), indexmax(), indexmin(), norm2(), operator()(), rowmax(), rowmin(), save_dvar_matrix_position(), save_dvar_matrix_value(), and value().
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |