ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
dvar_matrix_position (const dvar_matrix &, int) | |
Description not yet available. More... | |
dvar_matrix_position (int min, int max) | |
Description not yet available. More... | |
dvar_matrix_position (const dvar_matrix_position &) | |
Description not yet available. More... | |
ivector & | colmax (void) |
ivector & | colmin (void) |
dvar_vector_position | operator() (int i) |
Description not yet available. More... | |
int & | rowmax (void) |
int & | rowmin (void) |
Public Attributes | |
ivector | lb |
ptr_vector | ptr |
int | row_max |
int | row_min |
ivector | ub |
Friends | |
class | dmatrix |
class | dmatrix_position |
ostream & | operator<< (const ostream &, const dvar_matrix_position &) |
dvar_matrix_position::dvar_matrix_position | ( | const dvar_matrix & | m, |
int | x | ||
) |
dvar_matrix_position::dvar_matrix_position | ( | int | min, |
int | max | ||
) |
dvar_matrix_position::dvar_matrix_position | ( | const dvar_matrix_position & | p | ) |
|
inline |
Definition at line 4867 of file fvar.hpp.
Referenced by save_dmatrix_derivatives().
|
inline |
Definition at line 4863 of file fvar.hpp.
Referenced by save_dmatrix_derivatives().
dvar_vector_position dvar_matrix_position::operator() | ( | int | i | ) |
|
inline |
Definition at line 4859 of file fvar.hpp.
Referenced by restore_dvar_matrix_derivative_column(), and save_dmatrix_derivatives().
|
inline |
Definition at line 4855 of file fvar.hpp.
Referenced by restore_dvar_matrix_derivative_column(), and save_dmatrix_derivatives().
|
friend |
|
friend |
ivector dvar_matrix_position::lb |
Definition at line 4848 of file fvar.hpp.
Referenced by banded_lower_triangular_dmatrix::banded_lower_triangular_dmatrix(), banded_symmetric_dmatrix::banded_symmetric_dmatrix(), colmin(), dmatrix::dmatrix(), dvar_matrix_position(), operator()(), DF_FILE::restore_dvar_matrix_position(), and DF_FILE::save_dvar_matrix_position().
ptr_vector dvar_matrix_position::ptr |
Definition at line 4850 of file fvar.hpp.
Referenced by dvar_matrix_position(), operator()(), DF_FILE::restore_dvar_matrix_position(), and DF_FILE::save_dvar_matrix_position().
int dvar_matrix_position::row_max |
Definition at line 4847 of file fvar.hpp.
Referenced by banded_lower_triangular_dmatrix::banded_lower_triangular_dmatrix(), banded_symmetric_dmatrix::banded_symmetric_dmatrix(), dmatrix::dmatrix(), dvar_matrix_position(), operator()(), restore_banded_lower_triangular_dvar_matrix_derivatives(), restore_bounded_symmetric_dvar_matrix_derivatives(), restore_dvar_matrix_der_nozero(), restore_dvar_matrix_derivatives(), rowmax(), dmatrix::save_dmatrix_derivatives(), banded_symmetric_dmatrix::save_dmatrix_derivatives(), banded_lower_triangular_dmatrix::save_dmatrix_derivatives(), dmatrix::save_dmatrix_derivatives_na(), and DF_FILE::save_dvar_matrix_position().
int dvar_matrix_position::row_min |
Definition at line 4846 of file fvar.hpp.
Referenced by banded_lower_triangular_dmatrix::banded_lower_triangular_dmatrix(), banded_symmetric_dmatrix::banded_symmetric_dmatrix(), dmatrix::dmatrix(), dvar_matrix_position(), restore_banded_lower_triangular_dvar_matrix_derivatives(), restore_bounded_symmetric_dvar_matrix_derivatives(), restore_dvar_matrix_der_nozero(), restore_dvar_matrix_derivatives(), rowmin(), dmatrix::save_dmatrix_derivatives(), banded_symmetric_dmatrix::save_dmatrix_derivatives(), banded_lower_triangular_dmatrix::save_dmatrix_derivatives(), dmatrix::save_dmatrix_derivatives_na(), and DF_FILE::save_dvar_matrix_position().
ivector dvar_matrix_position::ub |
Definition at line 4849 of file fvar.hpp.
Referenced by banded_lower_triangular_dmatrix::banded_lower_triangular_dmatrix(), banded_symmetric_dmatrix::banded_symmetric_dmatrix(), colmax(), dmatrix::dmatrix(), dvar_matrix_position(), operator()(), DF_FILE::restore_dvar_matrix_position(), and DF_FILE::save_dvar_matrix_position().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |