PIPS-NLP
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
DenseLinearAlgebraPackage Class Reference

#include <DenseLinearAlgebraPackage.h>

Inheritance diagram for DenseLinearAlgebraPackage:
LinearAlgebraPackage

Public Member Functions

virtual SymMatrixnewSymMatrix (int size, int nnz)
 
virtual GenMatrixnewGenMatrix (int m, int n, int nnz)
 
virtual OoqpVectornewVector (int n)
 
virtual void whatami (char type[32])
 

Static Public Member Functions

static DenseLinearAlgebraPackagesoleInstance ()
 

Protected Member Functions

 DenseLinearAlgebraPackage ()
 
virtual ~DenseLinearAlgebraPackage ()
 
- Protected Member Functions inherited from LinearAlgebraPackage
 LinearAlgebraPackage ()
 
virtual ~LinearAlgebraPackage ()
 

Detailed Description

Creates dense matrices and SimpleVectors.

Singleton class. Only accessible through SparseLinearAlgebraPackage::soleInstance

Constructor & Destructor Documentation

DenseLinearAlgebraPackage::DenseLinearAlgebraPackage ( )
inlineprotected
virtual DenseLinearAlgebraPackage::~DenseLinearAlgebraPackage ( )
inlineprotectedvirtual

Member Function Documentation

GenMatrix * DenseLinearAlgebraPackage::newGenMatrix ( int  m,
int  n,
int  nnz 
)
virtual

Create a new non-symmetric matrix (of appropriate type).

Implements LinearAlgebraPackage.

SymMatrix * DenseLinearAlgebraPackage::newSymMatrix ( int  size,
int  nnz 
)
virtual

Create a new symmetric matrix (of appropriate type).

Implements LinearAlgebraPackage.

OoqpVector * DenseLinearAlgebraPackage::newVector ( int  n)
virtual

Create a new vector (of appropriate type.)

Implements LinearAlgebraPackage.

DenseLinearAlgebraPackage * DenseLinearAlgebraPackage::soleInstance ( )
static

Return the sole instance of this class. This instance must not ever be deleted.

void DenseLinearAlgebraPackage::whatami ( char  type[32])
virtual

Get a string indicating the type of this object (for debugging purposes.)

Implements LinearAlgebraPackage.


The documentation for this class was generated from the following files: