|
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 | |
| SGDerivativeMultiVector () | |
| | |
| SGDerivativeMultiVector (const Teuchos::RefCountPtr< Stokhos::EpetraMultiVectorOrthogPoly > &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL, const Teuchos::Array< int > ¶mIndexes=Teuchos::Array< int >()) | |
| | |
| void | changeOrientation (const EDerivativeMultiVectorOrientation orientation) |
| | |
| Teuchos::RefCountPtr < Stokhos::EpetraMultiVectorOrthogPoly > | 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 515 of file EpetraExt_ModelEvaluator.h.
Definition at line 518 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::SGDerivativeMultiVector::SGDerivativeMultiVector | ( | const Teuchos::RefCountPtr< Stokhos::EpetraMultiVectorOrthogPoly > & | mv, |
| const EDerivativeMultiVectorOrientation | orientation = DERIV_MV_BY_COL, |
||
| const Teuchos::Array< int > & | paramIndexes = Teuchos::Array<int>() |
||
| ) | [inline] |
Definition at line 520 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::SGDerivativeMultiVector::changeOrientation | ( | const EDerivativeMultiVectorOrientation | orientation | ) | [inline] |
Definition at line 526 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< Stokhos::EpetraMultiVectorOrthogPoly > EpetraExt::ModelEvaluator::SGDerivativeMultiVector::getMultiVector | ( | ) | const [inline] |
Definition at line 529 of file EpetraExt_ModelEvaluator.h.
| EDerivativeMultiVectorOrientation EpetraExt::ModelEvaluator::SGDerivativeMultiVector::getOrientation | ( | ) | const [inline] |
Definition at line 532 of file EpetraExt_ModelEvaluator.h.
| const Teuchos::Array<int>& EpetraExt::ModelEvaluator::SGDerivativeMultiVector::getParamIndexes | ( | ) | const [inline] |
Definition at line 535 of file EpetraExt_ModelEvaluator.h.
1.7.6.1