EpetraExt Package Browser (Single Doxygen Collection)
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::RCP< Stokhos::EpetraMultiVectorOrthogPoly > &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL, const Teuchos::Array< int > ¶mIndexes=Teuchos::Array< int >()) | |
void | changeOrientation (const EDerivativeMultiVectorOrientation orientation) |
Teuchos::RCP < Stokhos::EpetraMultiVectorOrthogPoly > | getMultiVector () const |
EDerivativeMultiVectorOrientation | getOrientation () const |
const Teuchos::Array< int > & | getParamIndexes () const |
Private Attributes | |
Teuchos::RCP < Stokhos::EpetraMultiVectorOrthogPoly > | mv_ |
EDerivativeMultiVectorOrientation | orientation_ |
Teuchos::Array< int > | paramIndexes_ |
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 530 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 533 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 535 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 541 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 544 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 547 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 550 of file EpetraExt_ModelEvaluator.h.
|
private |
Definition at line 553 of file EpetraExt_ModelEvaluator.h.
|
private |
Definition at line 554 of file EpetraExt_ModelEvaluator.h.
|
private |
Definition at line 555 of file EpetraExt_ModelEvaluator.h.