#include <LOCA_TurningPoint_MooreSpence_ExtendedMultiVector.H>
Inheritance diagram for LOCA::TurningPoint::MooreSpence::ExtendedMultiVector:
Public Member Functions | |
| ExtendedMultiVector (const NOX::Abstract::Vector &cloneVec, int nColumns) | |
| Constructor. | |
| ExtendedMultiVector (const NOX::Abstract::MultiVector &xVec, const NOX::Abstract::MultiVector &nullVec, const NOX::Abstract::MultiVector::DenseMatrix &bifParams) | |
| Constructor. | |
| ExtendedMultiVector (const ExtendedMultiVector &source, NOX::CopyType type=NOX::DeepCopy) | |
| Copy constructor. | |
| ExtendedMultiVector (const ExtendedMultiVector &source, int nColumns) | |
| Copy constructor that creates a new multivector with nColumns columns. | |
| ExtendedMultiVector (const ExtendedMultiVector &source, const vector< int > &index, bool view) | |
| Copy constructor that creates a sub copy or view of the given multivector. | |
| virtual | ~ExtendedMultiVector () |
| Destructor. | |
| virtual ExtendedMultiVector & | operator= (const ExtendedMultiVector &y) |
| Assignment operator. | |
| virtual LOCA::Extended::MultiVector & | operator= (const LOCA::Extended::MultiVector &y) |
| Assignment operator. | |
| virtual NOX::Abstract::MultiVector & | operator= (const NOX::Abstract::MultiVector &y) |
| Assignment operator. | |
| virtual NOX::Abstract::MultiVector * | clone (NOX::CopyType type=NOX::DeepCopy) const |
| Create a new multi-vector of the same underlying type by cloning "this", and return a pointer to the new vector. | |
| virtual NOX::Abstract::MultiVector * | clone (int numvecs) const |
Creates a new multi-vector with numvecs columns. | |
| virtual NOX::Abstract::MultiVector * | subCopy (const vector< int > &index) const |
Creates a new multi-vector with index.size() columns whose columns are copies of the columns of *this given by index. | |
| virtual NOX::Abstract::MultiVector * | subView (const vector< int > &index) const |
Creates a new multi-vector with index.size() columns that shares the columns of *this given by index. | |
| virtual const NOX::Abstract::MultiVector & | getXMultiVec () const |
| Returns the solution vector component of extended multivector. | |
| virtual NOX::Abstract::MultiVector & | getXMultiVec () |
| Returns the solution vector component of extended vector. | |
| virtual const NOX::Abstract::MultiVector & | getNullMultiVec () const |
| Returns the null vector component of extended multivector. | |
| virtual NOX::Abstract::MultiVector & | getNullMultiVec () |
| Returns the null vector component of extended vector. | |
| virtual LOCA::TurningPoint::MooreSpence::ExtendedVector & | getColumn (int i) |
| Returns ith column as an extended vector. | |
| virtual const LOCA::TurningPoint::MooreSpence::ExtendedVector & | getColumn (int i) const |
| Returns ith column as an extended vector. | |
Protected Member Functions | |
| ExtendedMultiVector (int nColumns) | |
| Constructor. | |
| virtual LOCA::Extended::Vector * | generateVector (int nVecs, int nScalarRows) const |
| Generate a derived extended vector. | |
Friends | |
| class | ExtendedVector |
| Declare LOCA::TurningPoint::MooreSpece::ExtendedVector as a friend class so it can call protected methods. | |
This class uses the LOCA::Extended::MultiVector implementation to store the solution, null, and parameter components of the turning point multivector and merely provides an interface for naming which components of the multivector these quantities correspond to.
|
||||||||||||
|
Constructor. Generates a multivector with nColumns columns from cloneVec |
|
||||||||||||||||
|
Constructor. Construct the multivector from xVec, nullVec, and bifParams |
|
|
Constructor. Creates an empty multivector with nColumns columns |
|
||||||||||||
|
Generate a derived extended vector. Returns a vector of type LOCA::TurningPoint::MooreSpence::ExtendedVector Reimplemented from LOCA::Extended::MultiVector. |
1.3.9.1