Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Ipopt::ZeroSymMatrixSpace Class Reference

Class for matrix space for ZeroSymMatrix. More...

#include <IpZeroSymMatrix.hpp>

+ Inheritance diagram for Ipopt::ZeroSymMatrixSpace:

List of all members.

Public Member Functions

virtual MatrixMakeNew () const
 Overloaded MakeNew method for the MatrixSpace base class.
virtual SymMatrixMakeNewSymMatrix () const
 Overloaded method from SymMatrixSpace base class.
ZeroSymMatrixMakeNewZeroSymMatrix () const
 Method for creating a new matrix of this specific type.
Constructors / Destructors
 ZeroSymMatrixSpace (Index dim)
 Constructor, given the number of row and columns.
virtual ~ZeroSymMatrixSpace ()
 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.

 ZeroSymMatrixSpace ()
 Default Constructor.
 ZeroSymMatrixSpace (const ZeroSymMatrixSpace &)
 Copy Constructor.
void operator= (const ZeroSymMatrixSpace &)
 Overloaded Equals Operator.

Detailed Description

Class for matrix space for ZeroSymMatrix.

Definition at line 79 of file IpZeroSymMatrix.hpp.


Constructor & Destructor Documentation

Constructor, given the number of row and columns.

Definition at line 86 of file IpZeroSymMatrix.hpp.

virtual Ipopt::ZeroSymMatrixSpace::~ZeroSymMatrixSpace ( ) [inline, virtual]

Destructor.

Definition at line 92 of file IpZeroSymMatrix.hpp.

Default Constructor.

Copy Constructor.


Member Function Documentation

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

Overloaded MakeNew method for the MatrixSpace base class.

Reimplemented from Ipopt::SymMatrixSpace.

Definition at line 98 of file IpZeroSymMatrix.hpp.

virtual SymMatrix* Ipopt::ZeroSymMatrixSpace::MakeNewSymMatrix ( ) const [inline, virtual]

Overloaded method from SymMatrixSpace base class.

Implements Ipopt::SymMatrixSpace.

Definition at line 105 of file IpZeroSymMatrix.hpp.

Method for creating a new matrix of this specific type.

Definition at line 111 of file IpZeroSymMatrix.hpp.

void Ipopt::ZeroSymMatrixSpace::operator= ( const ZeroSymMatrixSpace ) [private]

Overloaded Equals Operator.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines