Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DenseLinearAlgebraPackage Class Reference
[DenseLinearAlgebra]

#include <DenseLinearAlgebraPackage.h>

Inheritance diagram for DenseLinearAlgebraPackage:

LinearAlgebraPackage List of all members.

Public Methods

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 Methods

DenseLinearAlgebraPackage * soleInstance ()

Detailed Description

Creates dense matrices and SimpleVectors.

Singleton class. Only accessible through SparseLinearAlgebraPackage::soleInstance


Member Function Documentation

virtual GenMatrix* DenseLinearAlgebraPackage::newGenMatrix int    m,
int    n,
int    nnz
[virtual]
 

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

Implements LinearAlgebraPackage.

virtual SymMatrix* DenseLinearAlgebraPackage::newSymMatrix int    size,
int    nnz
[virtual]
 

Create a new symmetric matrix (of appropriate type).

Implements LinearAlgebraPackage.

virtual 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.

virtual 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 file:
Generated on Mon May 24 17:40:46 2004 for OOQP by doxygen1.2.18