Thyra
Version of the Day
|
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 <Thyra_ModelEvaluatorBase_decl.hpp>
Public Member Functions | |
DerivativeMultiVector () | |
DerivativeMultiVector (const RCP< MultiVectorBase< Scalar > > &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL) | |
void | changeOrientation (const EDerivativeMultiVectorOrientation orientation) |
const DerivativeMultiVector < Scalar > & | assert_not_null () const |
RCP< MultiVectorBase< Scalar > > | getMultiVector () const |
EDerivativeMultiVectorOrientation | getOrientation () const |
std::string | description () const |
void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) 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 467 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 470 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 474 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 479 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 482 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 485 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 488 of file Thyra_ModelEvaluatorBase_decl.hpp.
std::string Thyra::ModelEvaluatorBase::DerivativeMultiVector< Scalar >::description | ( | ) | const |
Definition at line 726 of file Thyra_ModelEvaluatorBase_def.hpp.
void Thyra::ModelEvaluatorBase::DerivativeMultiVector< Scalar >::describe | ( | Teuchos::FancyOStream & | out, |
const Teuchos::EVerbosityLevel | verbLevel | ||
) | const |
Definition at line 745 of file Thyra_ModelEvaluatorBase_def.hpp.