Ipopt::ExpandedMultiVectorMatrixSpace Class Reference

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

#include <IpExpandedMultiVectorMatrix.hpp>

Inheritance diagram for Ipopt::ExpandedMultiVectorMatrixSpace:

Inheritance graph
[legend]
Collaboration diagram for Ipopt::ExpandedMultiVectorMatrixSpace:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

This is the matrix space for ExpandedMultiVectorMatrix.

Definition at line 123 of file IpExpandedMultiVectorMatrix.hpp.


Constructor & Destructor Documentation

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 135 of file IpExpandedMultiVectorMatrix.hpp.


Member Function Documentation

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().


Member Data Documentation

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

Definition at line 164 of file IpExpandedMultiVectorMatrix.hpp.

Referenced by RowVectorSpace().

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

Definition at line 166 of file IpExpandedMultiVectorMatrix.hpp.

Referenced by GetExpansionMatrix().


The documentation for this class was generated from the following file:
Generated on Wed Jun 30 03:05:55 2010 by  doxygen 1.4.7