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.

References DBG_ASSERT, Ipopt::IsValid(), and lowrank_vector_space_.

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.

References MakeNewLowRankUpdateSymMatrix().

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

Method for creating a new matrix of this specific type.

Definition at line 179 of file IpLowRankUpdateSymMatrix.hpp.

Referenced by MakeNewSymMatrix().

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

Definition at line 184 of file IpLowRankUpdateSymMatrix.hpp.

References P_LowRank_.

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

Definition at line 189 of file IpLowRankUpdateSymMatrix.hpp.

References lowrank_vector_space_.

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

Definition at line 194 of file IpLowRankUpdateSymMatrix.hpp.

References reduced_diag_.

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

Overloaded Equals Operator.


Member Data Documentation

SmartPtr<const Matrix> Ipopt::LowRankUpdateSymMatrixSpace::P_LowRank_ [private]

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.

Referenced by P_LowRank().

SmartPtr<const VectorSpace> Ipopt::LowRankUpdateSymMatrixSpace::lowrank_vector_space_ [private]

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

Definition at line 225 of file IpLowRankUpdateSymMatrix.hpp.

Referenced by LowRankUpdateSymMatrixSpace(), and LowRankVectorSpace().

bool Ipopt::LowRankUpdateSymMatrixSpace::reduced_diag_ [private]

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.

Referenced by ReducedDiag().


The documentation for this class was generated from the following file:
Generated on Sun Nov 14 14:16:22 2010 for Coin-All by  doxygen 1.4.7