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 499 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 502 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 506 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 511 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 514 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 517 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 520 of file Thyra_ModelEvaluatorBase_decl.hpp.
std::string Thyra::ModelEvaluatorBase::DerivativeMultiVector< Scalar >::description | ( | ) | const |
Definition at line 758 of file Thyra_ModelEvaluatorBase_def.hpp.
void Thyra::ModelEvaluatorBase::DerivativeMultiVector< Scalar >::describe | ( | Teuchos::FancyOStream & | out, |
const Teuchos::EVerbosityLevel | verbLevel | ||
) | const |
Definition at line 777 of file Thyra_ModelEvaluatorBase_def.hpp.