|
EpetraExt
Development
|
Simple aggregate class for a derivative object represented as a column-wise multi-vector or its transpose as a row-wise multi-vector. More...
#include <EpetraExt_ModelEvaluator.h>
Public Member Functions | |
| MPDerivativeMultiVector () | |
| | |
| MPDerivativeMultiVector (const mp_multivector_t &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL, const Teuchos::Array< int > ¶mIndexes=Teuchos::Array< int >()) | |
| | |
| void | changeOrientation (const EDerivativeMultiVectorOrientation orientation) |
| | |
| mp_multivector_t | getMultiVector () const |
| | |
| EDerivativeMultiVectorOrientation | getOrientation () const |
| | |
| const Teuchos::Array< int > & | getParamIndexes () const |
| | |
Simple aggregate class for a derivative object represented as a column-wise multi-vector or its transpose as a row-wise multi-vector.
Definition at line 584 of file EpetraExt_ModelEvaluator.h.
Definition at line 588 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::MPDerivativeMultiVector::MPDerivativeMultiVector | ( | const mp_multivector_t & | mv, |
| const EDerivativeMultiVectorOrientation | orientation = DERIV_MV_BY_COL, |
||
| const Teuchos::Array< int > & | paramIndexes = Teuchos::Array<int>() |
||
| ) | [inline] |
Definition at line 590 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::MPDerivativeMultiVector::changeOrientation | ( | const EDerivativeMultiVectorOrientation | orientation | ) | [inline] |
Definition at line 596 of file EpetraExt_ModelEvaluator.h.
| mp_multivector_t EpetraExt::ModelEvaluator::MPDerivativeMultiVector::getMultiVector | ( | ) | const [inline] |
Definition at line 599 of file EpetraExt_ModelEvaluator.h.
| EDerivativeMultiVectorOrientation EpetraExt::ModelEvaluator::MPDerivativeMultiVector::getOrientation | ( | ) | const [inline] |
Definition at line 602 of file EpetraExt_ModelEvaluator.h.
| const Teuchos::Array<int>& EpetraExt::ModelEvaluator::MPDerivativeMultiVector::getParamIndexes | ( | ) | const [inline] |
Definition at line 605 of file EpetraExt_ModelEvaluator.h.
1.7.6.1