|
EpetraExt
Development
|
Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector. More...
#include <EpetraExt_ModelEvaluator.h>
Public Member Functions | |
| Derivative () | |
| | |
| Derivative (const Teuchos::RefCountPtr< Epetra_Operator > &lo) | |
| | |
| Derivative (const Teuchos::RefCountPtr< Epetra_MultiVector > &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL) | |
| | |
| Derivative (const DerivativeMultiVector &dmv) | |
| | |
| Teuchos::RefCountPtr < Epetra_Operator > | getLinearOp () const |
| | |
| Teuchos::RefCountPtr < Epetra_MultiVector > | getMultiVector () const |
| | |
| EDerivativeMultiVectorOrientation | getMultiVectorOrientation () const |
| | |
| DerivativeMultiVector | getDerivativeMultiVector () const |
| | |
| bool | isEmpty () const |
| | |
Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector.
Definition at line 458 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::Derivative::Derivative | ( | ) | [inline] |
Definition at line 461 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::Derivative::Derivative | ( | const Teuchos::RefCountPtr< Epetra_Operator > & | lo | ) | [inline] |
Definition at line 463 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::Derivative::Derivative | ( | const Teuchos::RefCountPtr< Epetra_MultiVector > & | mv, |
| const EDerivativeMultiVectorOrientation | orientation = DERIV_MV_BY_COL |
||
| ) | [inline] |
Definition at line 466 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::Derivative::Derivative | ( | const DerivativeMultiVector & | dmv | ) | [inline] |
Definition at line 471 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr<Epetra_Operator> EpetraExt::ModelEvaluator::Derivative::getLinearOp | ( | ) | const [inline] |
Definition at line 474 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr<Epetra_MultiVector> EpetraExt::ModelEvaluator::Derivative::getMultiVector | ( | ) | const [inline] |
Definition at line 477 of file EpetraExt_ModelEvaluator.h.
| EDerivativeMultiVectorOrientation EpetraExt::ModelEvaluator::Derivative::getMultiVectorOrientation | ( | ) | const [inline] |
Definition at line 480 of file EpetraExt_ModelEvaluator.h.
| DerivativeMultiVector EpetraExt::ModelEvaluator::Derivative::getDerivativeMultiVector | ( | ) | const [inline] |
Definition at line 483 of file EpetraExt_ModelEvaluator.h.
| bool EpetraExt::ModelEvaluator::Derivative::isEmpty | ( | ) | const [inline] |
Definition at line 486 of file EpetraExt_ModelEvaluator.h.
1.7.6.1