Ipopt  3.11.9
List of all members
Ipopt::ExpandedMultiVectorMatrixSpace Class Reference

This is the matrix space for ExpandedMultiVectorMatrix. More...

#include <IpExpandedMultiVectorMatrix.hpp>

+ Inheritance diagram for Ipopt::ExpandedMultiVectorMatrixSpace:

Constructors / Destructors

SmartPtr< const VectorSpacevec_space_
 
SmartPtr< const ExpansionMatrixexp_matrix_
 
 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. More...
 
virtual ~ExpandedMultiVectorMatrixSpace ()
 Destructor. More...
 
ExpandedMultiVectorMatrixMakeNewExpandedMultiVectorMatrix () const
 Method for creating a new matrix of this specific type. More...
 
virtual MatrixMakeNew () const
 Overloaded MakeNew method for the MatrixSpace base class. More...
 
SmartPtr< const VectorSpaceRowVectorSpace () const
 Accessor method for the VectorSpace for the rows. More...
 
SmartPtr< const ExpansionMatrixGetExpansionMatrix () const
 

Additional Inherited Members

- Public Member Functions inherited from Ipopt::MatrixSpace
 MatrixSpace (Index nRows, Index nCols)
 Constructor, given the number rows and columns of all matrices generated by this MatrixSpace. More...
 
virtual ~MatrixSpace ()
 Destructor. More...
 
Index NRows () const
 Accessor function for the number of rows. More...
 
Index NCols () const
 Accessor function for the number of columns. More...
 
bool IsMatrixFromSpace (const Matrix &matrix) const
 Method to test if a given matrix belongs to a particular matrix space. More...
 
- Public Member Functions inherited from Ipopt::ReferencedObject
 ReferencedObject ()
 
virtual ~ReferencedObject ()
 
Index ReferenceCount () const
 
void AddRef (const Referencer *referencer) const
 
void ReleaseRef (const Referencer *referencer) const
 

Detailed Description

This is the matrix space for ExpandedMultiVectorMatrix.

Definition at line 123 of file IpExpandedMultiVectorMatrix.hpp.

Constructor & Destructor Documentation

◆ ExpandedMultiVectorMatrixSpace()

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.

◆ ~ExpandedMultiVectorMatrixSpace()

virtual Ipopt::ExpandedMultiVectorMatrixSpace::~ExpandedMultiVectorMatrixSpace ( )
inlinevirtual

Destructor.

Definition at line 135 of file IpExpandedMultiVectorMatrix.hpp.

Member Function Documentation

◆ MakeNewExpandedMultiVectorMatrix()

ExpandedMultiVectorMatrix* Ipopt::ExpandedMultiVectorMatrixSpace::MakeNewExpandedMultiVectorMatrix ( ) const
inline

Method for creating a new matrix of this specific type.

Definition at line 140 of file IpExpandedMultiVectorMatrix.hpp.

◆ MakeNew()

virtual Matrix* Ipopt::ExpandedMultiVectorMatrixSpace::MakeNew ( ) const
inlinevirtual

Overloaded MakeNew method for the MatrixSpace base class.

Implements Ipopt::MatrixSpace.

Definition at line 147 of file IpExpandedMultiVectorMatrix.hpp.

◆ RowVectorSpace()

SmartPtr<const VectorSpace> Ipopt::ExpandedMultiVectorMatrixSpace::RowVectorSpace ( ) const
inline

Accessor method for the VectorSpace for the rows.

Definition at line 153 of file IpExpandedMultiVectorMatrix.hpp.

◆ GetExpansionMatrix()

SmartPtr<const ExpansionMatrix> Ipopt::ExpandedMultiVectorMatrixSpace::GetExpansionMatrix ( ) const
inline

Definition at line 158 of file IpExpandedMultiVectorMatrix.hpp.

Member Data Documentation

◆ vec_space_

SmartPtr<const VectorSpace> Ipopt::ExpandedMultiVectorMatrixSpace::vec_space_
private

Definition at line 164 of file IpExpandedMultiVectorMatrix.hpp.

◆ exp_matrix_

SmartPtr<const ExpansionMatrix> Ipopt::ExpandedMultiVectorMatrixSpace::exp_matrix_
private

Definition at line 166 of file IpExpandedMultiVectorMatrix.hpp.


The documentation for this class was generated from the following file: