Ipopt::LowRankUpdateSymMatrixSpace Class Reference

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

#include <IpLowRankUpdateSymMatrix.hpp>

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

List of all members.

Public Member Functions

virtual SymMatrixMakeNewSymMatrix () const
 Overloaded MakeNew method for the SymMatrixSpace base class.
LowRankUpdateSymMatrixMakeNewLowRankUpdateSymMatrix () const
 Method for creating a new matrix of this specific type.
SmartPtr< const MatrixP_LowRank () const
SmartPtr< const VectorSpaceLowRankVectorSpace () const
bool ReducedDiag () const
Constructors / Destructors



 LowRankUpdateSymMatrixSpace (Index dim, SmartPtr< const Matrix > P_LowRank, SmartPtr< const VectorSpace > LowRankVectorSpace, bool reduced_diag)
 Constructor, given the dimension of the matrix.
virtual ~LowRankUpdateSymMatrixSpace ()
 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.



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

Private Attributes

SmartPtr< const MatrixP_LowRank_
 Expansion matrix to lift the low-rank approximation into a possibly higher-dimensional space.
SmartPtr< const VectorSpacelowrank_vector_space_
 Vector space for the space in which the low-rank approximation lives.
bool reduced_diag_
 Flag indicating whether the diagonal matrix is nonzero only in the space of V or in the full space.

Detailed Description

This is the matrix space for LowRankUpdateSymMatrix.

Definition at line 147 of file IpLowRankUpdateSymMatrix.hpp.


Constructor & Destructor Documentation

Ipopt::LowRankUpdateSymMatrixSpace::LowRankUpdateSymMatrixSpace ( Index  dim,
SmartPtr< const Matrix P_LowRank,
SmartPtr< const VectorSpace LowRankVectorSpace,
bool  reduced_diag 
) [inline]

Constructor, given the dimension of the matrix.

Definition at line 153 of file IpLowRankUpdateSymMatrix.hpp.

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

Destructor.

Definition at line 167 of file IpLowRankUpdateSymMatrix.hpp.

Ipopt::LowRankUpdateSymMatrixSpace::LowRankUpdateSymMatrixSpace (  )  [private]

Default Constructor.

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

Copy Constructor.


Member Function Documentation

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

Overloaded MakeNew method for the SymMatrixSpace base class.

Implements Ipopt::SymMatrixSpace.

Definition at line 173 of file IpLowRankUpdateSymMatrix.hpp.

LowRankUpdateSymMatrix* Ipopt::LowRankUpdateSymMatrixSpace::MakeNewLowRankUpdateSymMatrix (  )  const [inline]

Method for creating a new matrix of this specific type.

Definition at line 179 of file IpLowRankUpdateSymMatrix.hpp.

SmartPtr<const Matrix> Ipopt::LowRankUpdateSymMatrixSpace::P_LowRank (  )  const [inline]

Definition at line 184 of file IpLowRankUpdateSymMatrix.hpp.

SmartPtr<const VectorSpace> Ipopt::LowRankUpdateSymMatrixSpace::LowRankVectorSpace (  )  const [inline]

Definition at line 189 of file IpLowRankUpdateSymMatrix.hpp.

bool Ipopt::LowRankUpdateSymMatrixSpace::ReducedDiag (  )  const [inline]

Definition at line 194 of file IpLowRankUpdateSymMatrix.hpp.

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

Overloaded Equals Operator.

Reimplemented from Ipopt::SymMatrixSpace.


Member Data Documentation

Expansion matrix to lift the low-rank approximation into a possibly higher-dimensional space.

If it is NULL, it is assume that no lift is performed.

Definition at line 221 of file IpLowRankUpdateSymMatrix.hpp.

Vector space for the space in which the low-rank approximation lives.

Definition at line 225 of file IpLowRankUpdateSymMatrix.hpp.

Flag indicating whether the diagonal matrix is nonzero only in the space of V or in the full space.

Definition at line 229 of file IpLowRankUpdateSymMatrix.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