#include <IpExpandedMultiVectorMatrix.hpp>
Inheritance diagram for Ipopt::ExpandedMultiVectorMatrixSpace:


Public Member Functions | |
| ExpandedMultiVectorMatrix * | MakeNewExpandedMultiVectorMatrix () const |
| Method for creating a new matrix of this specific type. | |
| virtual Matrix * | MakeNew () const |
| Overloaded MakeNew method for the MatrixSpace base class. | |
| SmartPtr< const VectorSpace > | RowVectorSpace () const |
| Accessor method for the VectorSpace for the rows. | |
| SmartPtr< const ExpansionMatrix > | GetExpansionMatrix () const |
Constructors / Destructors | |
| ExpandedMultiVectorMatrixSpace (Index nrows, const VectorSpace &vec_space, SmartPtr< const ExpansionMatrix > exp_matrix) | |
| Constructor, given the number of rows (i.e., Vectors to be stored) and given the VectorSpace for the Vectors. | |
| virtual | ~ExpandedMultiVectorMatrixSpace () |
| Destructor. | |
Private Attributes | |
| SmartPtr< const VectorSpace > | vec_space_ |
| SmartPtr< const ExpansionMatrix > | exp_matrix_ |
Definition at line 123 of file IpExpandedMultiVectorMatrix.hpp.
| Ipopt::ExpandedMultiVectorMatrixSpace::ExpandedMultiVectorMatrixSpace | ( | Index | nrows, | |
| const VectorSpace & | vec_space, | |||
| SmartPtr< const ExpansionMatrix > | exp_matrix | |||
| ) |
Constructor, given the number of rows (i.e., Vectors to be stored) and given the VectorSpace for the Vectors.
| virtual Ipopt::ExpandedMultiVectorMatrixSpace::~ExpandedMultiVectorMatrixSpace | ( | ) | [inline, virtual] |
| ExpandedMultiVectorMatrix* Ipopt::ExpandedMultiVectorMatrixSpace::MakeNewExpandedMultiVectorMatrix | ( | ) | const [inline] |
Method for creating a new matrix of this specific type.
Definition at line 140 of file IpExpandedMultiVectorMatrix.hpp.
Referenced by MakeNew(), and Ipopt::ExpandedMultiVectorMatrix::MakeNewExpandedMultiVectorMatrix().
| virtual Matrix* Ipopt::ExpandedMultiVectorMatrixSpace::MakeNew | ( | ) | const [inline, virtual] |
Overloaded MakeNew method for the MatrixSpace base class.
Implements Ipopt::MatrixSpace.
Definition at line 147 of file IpExpandedMultiVectorMatrix.hpp.
References MakeNewExpandedMultiVectorMatrix().
| SmartPtr<const VectorSpace> Ipopt::ExpandedMultiVectorMatrixSpace::RowVectorSpace | ( | ) | const [inline] |
Accessor method for the VectorSpace for the rows.
Definition at line 153 of file IpExpandedMultiVectorMatrix.hpp.
References vec_space_.
Referenced by Ipopt::ExpandedMultiVectorMatrix::RowVectorSpace().
| SmartPtr<const ExpansionMatrix> Ipopt::ExpandedMultiVectorMatrixSpace::GetExpansionMatrix | ( | ) | const [inline] |
Definition at line 158 of file IpExpandedMultiVectorMatrix.hpp.
References exp_matrix_.
Referenced by Ipopt::ExpandedMultiVectorMatrix::GetExpansionMatrix().
SmartPtr<const VectorSpace> Ipopt::ExpandedMultiVectorMatrixSpace::vec_space_ [private] |
SmartPtr<const ExpansionMatrix> Ipopt::ExpandedMultiVectorMatrixSpace::exp_matrix_ [private] |
1.4.7