Ipopt::SymMatrixSpace Class Reference

SymMatrixSpace base class, corresponding to the SymMatrix base class. More...

#include <IpSymMatrix.hpp>

Inheritance diagram for Ipopt::SymMatrixSpace:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual SymMatrixMakeNewSymMatrix () const =0
 Pure virtual method for creating a new matrix of this specific type.
virtual MatrixMakeNew () const
 Overloaded MakeNew method for the MatrixSpace base class.
Index Dim () const
 Accessor method for the dimension of the matrices in this matrix space.
Constructors/Destructors
 SymMatrixSpace (Index dim)
 Constructor, given the dimension (identical to the number of rows and columns).
virtual ~SymMatrixSpace ()
 Destructor.

Private Member Functions

Default Compiler Generated Methods
(Hidden to avoid implicit creation/calling). These methods are not implemented and we do not want the compiler to implement them for us, so we declare them private and do not define them. This ensures that they will not be implicitly created/called.

 SymMatrixSpace ()
 default constructor
 SymMatrixSpace (const SymMatrixSpace &)
 default constructor
SymMatrixSpaceoperator= (const SymMatrixSpace &)
 Overloaded Equals Operator.

Detailed Description

SymMatrixSpace base class, corresponding to the SymMatrix base class.

Definition at line 66 of file IpSymMatrix.hpp.


Constructor & Destructor Documentation

Ipopt::SymMatrixSpace::SymMatrixSpace ( Index  dim  ) 

Constructor, given the dimension (identical to the number of rows and columns).

virtual Ipopt::SymMatrixSpace::~SymMatrixSpace (  )  [virtual]

Destructor.

Ipopt::SymMatrixSpace::SymMatrixSpace (  )  [private]

default constructor

Ipopt::SymMatrixSpace::SymMatrixSpace ( const SymMatrixSpace  )  [private]

default constructor


Member Function Documentation

virtual SymMatrix* Ipopt::SymMatrixSpace::MakeNewSymMatrix (  )  const [pure virtual]

Pure virtual method for creating a new matrix of this specific type.

Implemented in Ipopt::CompoundSymMatrixSpace, Ipopt::DenseSymMatrixSpace, Ipopt::DiagMatrixSpace, Ipopt::IdentityMatrixSpace, Ipopt::LowRankUpdateSymMatrixSpace, Ipopt::SumSymMatrixSpace, Ipopt::SymScaledMatrixSpace, and Ipopt::SymTMatrixSpace.

virtual Matrix* Ipopt::SymMatrixSpace::MakeNew (  )  const [virtual]

Overloaded MakeNew method for the MatrixSpace base class.

Implements Ipopt::MatrixSpace.

Reimplemented in Ipopt::SymScaledMatrixSpace.

Index Ipopt::SymMatrixSpace::Dim (  )  const [inline]

Accessor method for the dimension of the matrices in this matrix space.

Definition at line 116 of file IpSymMatrix.hpp.

References DBG_ASSERT, Ipopt::MatrixSpace::NCols(), and Ipopt::MatrixSpace::NRows().

Referenced by Ipopt::SymMatrix::Dim().

SymMatrixSpace& Ipopt::SymMatrixSpace::operator= ( const SymMatrixSpace  )  [private]

Overloaded Equals Operator.


The documentation for this class was generated from the following file:
Generated on Thu May 15 22:21:17 2008 by  doxygen 1.4.7