#include <DenseLinearAlgebraPackage.h>
Inheritance diagram for DenseLinearAlgebraPackage:

Public Methods | |
| virtual SymMatrix * | newSymMatrix (int size, int nnz) |
| virtual GenMatrix * | newGenMatrix (int m, int n, int nnz) |
| virtual OoqpVector * | newVector (int n) |
| virtual void | whatami (char type[32]) |
Static Public Methods | |
| DenseLinearAlgebraPackage * | soleInstance () |
Singleton class. Only accessible through SparseLinearAlgebraPackage::soleInstance
|
||||||||||||||||
|
Create a new non-symmetric matrix (of appropriate type). Implements LinearAlgebraPackage. |
|
||||||||||||
|
Create a new symmetric matrix (of appropriate type). Implements LinearAlgebraPackage. |
|
|
Create a new vector (of appropriate type.) Implements LinearAlgebraPackage. |
|
|
Return the sole instance of this class. This instance must not ever be deleted. |
|
|
Get a string indicating the type of this object (for debugging purposes.) Implements LinearAlgebraPackage. |
1.2.18