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

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

#include <IpDenseGenMatrix.hpp>

+ Inheritance diagram for Ipopt::DenseGenMatrixSpace:

List of all members.

Public Member Functions

DenseGenMatrixMakeNewDenseGenMatrix () const
 Method for creating a new matrix of this specific type.
virtual MatrixMakeNew () const
 Overloaded MakeNew method for the MatrixSpace base class.
Constructors / Destructors
 DenseGenMatrixSpace (Index nRows, Index nCols)
 Constructor for matrix space for DenseGenMatrices.
 ~DenseGenMatrixSpace ()
 Destructor.

Detailed Description

This is the matrix space for DenseGenMatrix.

Definition at line 208 of file IpDenseGenMatrix.hpp.


Constructor & Destructor Documentation

Constructor for matrix space for DenseGenMatrices.

Takes in dimension of the matrices.

Destructor.

Definition at line 219 of file IpDenseGenMatrix.hpp.


Member Function Documentation

Method for creating a new matrix of this specific type.

Definition at line 224 of file IpDenseGenMatrix.hpp.

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

Overloaded MakeNew method for the MatrixSpace base class.

Implements Ipopt::MatrixSpace.

Definition at line 231 of file IpDenseGenMatrix.hpp.


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