EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
EpetraExt::ModelEvaluator::SGDerivativeMultiVector Class Reference

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 > &paramIndexes=Teuchos::Array< int >())
 
void changeOrientation (const EDerivativeMultiVectorOrientation orientation)
 
Teuchos::RCP
< Stokhos::EpetraMultiVectorOrthogPoly > 
getMultiVector () const
 
EDerivativeMultiVectorOrientation getOrientation () const
 
const Teuchos::Array< int > & getParamIndexes () const
 

Detailed Description

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 524 of file EpetraExt_ModelEvaluator.h.

Constructor & Destructor Documentation

EpetraExt::ModelEvaluator::SGDerivativeMultiVector::SGDerivativeMultiVector ( )
inline

Definition at line 527 of file EpetraExt_ModelEvaluator.h.

EpetraExt::ModelEvaluator::SGDerivativeMultiVector::SGDerivativeMultiVector ( const Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > &  mv,
const EDerivativeMultiVectorOrientation  orientation = DERIV_MV_BY_COL,
const Teuchos::Array< int > &  paramIndexes = Teuchos::Array<int>() 
)
inline

Definition at line 529 of file EpetraExt_ModelEvaluator.h.

Member Function Documentation

void EpetraExt::ModelEvaluator::SGDerivativeMultiVector::changeOrientation ( const EDerivativeMultiVectorOrientation  orientation)
inline

Definition at line 535 of file EpetraExt_ModelEvaluator.h.

Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > EpetraExt::ModelEvaluator::SGDerivativeMultiVector::getMultiVector ( ) const
inline

Definition at line 538 of file EpetraExt_ModelEvaluator.h.

EDerivativeMultiVectorOrientation EpetraExt::ModelEvaluator::SGDerivativeMultiVector::getOrientation ( ) const
inline

Definition at line 541 of file EpetraExt_ModelEvaluator.h.

const Teuchos::Array<int>& EpetraExt::ModelEvaluator::SGDerivativeMultiVector::getParamIndexes ( ) const
inline

Definition at line 544 of file EpetraExt_ModelEvaluator.h.


The documentation for this class was generated from the following file: