Ipopt::MultiVectorMatrixSpace Class Reference

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

#include <IpMultiVectorMatrix.hpp>

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

List of all members.

Public Member Functions

MultiVectorMatrixMakeNewMultiVectorMatrix () const
 Method for creating a new matrix of this specific type.
virtual MatrixMakeNew () const
 Overloaded MakeNew method for the MatrixSpace base class.
SmartPtr< const VectorSpaceColVectorSpace () const
 Accessor method for the VectorSpace for the columns.
Constructors / Destructors



 MultiVectorMatrixSpace (Index ncols, const VectorSpace &vec_space)
 Constructor, given the number of columns (i.e., Vectors to be stored) and given the VectorSpace for the Vectors.
 ~MultiVectorMatrixSpace ()
 Destructor.

Private Attributes

SmartPtr< const VectorSpacevec_space_

Detailed Description

This is the matrix space for MultiVectorMatrix.

Definition at line 180 of file IpMultiVectorMatrix.hpp.


Constructor & Destructor Documentation

Ipopt::MultiVectorMatrixSpace::MultiVectorMatrixSpace ( Index  ncols,
const VectorSpace vec_space 
)

Constructor, given the number of columns (i.e., Vectors to be stored) and given the VectorSpace for the Vectors.

Ipopt::MultiVectorMatrixSpace::~MultiVectorMatrixSpace (  )  [inline]

Destructor.

Definition at line 192 of file IpMultiVectorMatrix.hpp.


Member Function Documentation

MultiVectorMatrix* Ipopt::MultiVectorMatrixSpace::MakeNewMultiVectorMatrix (  )  const [inline]

Method for creating a new matrix of this specific type.

Definition at line 197 of file IpMultiVectorMatrix.hpp.

virtual Matrix* Ipopt::MultiVectorMatrixSpace::MakeNew (  )  const [inline, virtual]

Overloaded MakeNew method for the MatrixSpace base class.

Implements Ipopt::MatrixSpace.

Definition at line 204 of file IpMultiVectorMatrix.hpp.

SmartPtr<const VectorSpace> Ipopt::MultiVectorMatrixSpace::ColVectorSpace (  )  const [inline]

Accessor method for the VectorSpace for the columns.

Definition at line 210 of file IpMultiVectorMatrix.hpp.


Member Data Documentation

Definition at line 216 of file IpMultiVectorMatrix.hpp.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1