This is the matrix space for ExpandedMultiVectorMatrix. More...
#include <IpExpandedMultiVectorMatrix.hpp>
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_ |
This is the matrix space for ExpandedMultiVectorMatrix.
Definition at line 121 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] |
Destructor.
Definition at line 133 of file IpExpandedMultiVectorMatrix.hpp.
ExpandedMultiVectorMatrix* Ipopt::ExpandedMultiVectorMatrixSpace::MakeNewExpandedMultiVectorMatrix | ( | ) | const [inline] |
Method for creating a new matrix of this specific type.
Definition at line 138 of file IpExpandedMultiVectorMatrix.hpp.
virtual Matrix* Ipopt::ExpandedMultiVectorMatrixSpace::MakeNew | ( | ) | const [inline, virtual] |
Overloaded MakeNew method for the MatrixSpace base class.
Implements Ipopt::MatrixSpace.
Definition at line 145 of file IpExpandedMultiVectorMatrix.hpp.
SmartPtr<const VectorSpace> Ipopt::ExpandedMultiVectorMatrixSpace::RowVectorSpace | ( | ) | const [inline] |
Accessor method for the VectorSpace for the rows.
Definition at line 151 of file IpExpandedMultiVectorMatrix.hpp.
SmartPtr<const ExpansionMatrix> Ipopt::ExpandedMultiVectorMatrixSpace::GetExpansionMatrix | ( | ) | const [inline] |
Definition at line 156 of file IpExpandedMultiVectorMatrix.hpp.
SmartPtr<const VectorSpace> Ipopt::ExpandedMultiVectorMatrixSpace::vec_space_ [private] |
Definition at line 162 of file IpExpandedMultiVectorMatrix.hpp.
SmartPtr<const ExpansionMatrix> Ipopt::ExpandedMultiVectorMatrixSpace::exp_matrix_ [private] |
Definition at line 164 of file IpExpandedMultiVectorMatrix.hpp.