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 523 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 526 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 528 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 534 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 537 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 540 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 543 of file EpetraExt_ModelEvaluator.h.
|
private |
Definition at line 546 of file EpetraExt_ModelEvaluator.h.
|
private |
Definition at line 547 of file EpetraExt_ModelEvaluator.h.
|
private |
Definition at line 548 of file EpetraExt_ModelEvaluator.h.