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>
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 435 of file EpetraExt_ModelEvaluator.h.
◆ DerivativeMultiVector() [1/2]
EpetraExt::ModelEvaluator::DerivativeMultiVector::DerivativeMultiVector |
( |
| ) |
|
|
inline |
◆ DerivativeMultiVector() [2/2]
EpetraExt::ModelEvaluator::DerivativeMultiVector::DerivativeMultiVector |
( |
const Teuchos::RCP< Epetra_MultiVector > & |
mv, |
|
|
const EDerivativeMultiVectorOrientation |
orientation = DERIV_MV_BY_COL , |
|
|
const Teuchos::Array< int > & |
paramIndexes = Teuchos::Array<int>() |
|
) |
| |
|
inline |
◆ changeOrientation()
◆ getMultiVector()
Teuchos::RCP<Epetra_MultiVector> EpetraExt::ModelEvaluator::DerivativeMultiVector::getMultiVector |
( |
| ) |
const |
|
inline |
◆ getOrientation()
◆ getParamIndexes()
const Teuchos::Array<int>& EpetraExt::ModelEvaluator::DerivativeMultiVector::getParamIndexes |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: