#include <LinearAlgebraPackage.h>
Inheritance diagram for LinearAlgebraPackage:
Public Methods | |
virtual SymMatrix * | newSymMatrix (int size, int nnz)=0 |
virtual GenMatrix * | newGenMatrix (int m, int n, int nnz)=0 |
virtual OoqpVector * | newVector (int n)=0 |
virtual void | whatami (char type[32])=0 |
|
Create a new non-symmetric matrix (of appropriate type). Implemented in DenseLinearAlgebraPackage, and SparseLinearAlgebraPackage. |
|
Create a new symmetric matrix (of appropriate type). Implemented in DenseLinearAlgebraPackage, and SparseLinearAlgebraPackage. |
|
Create a new vector (of appropriate type.) Implemented in DenseLinearAlgebraPackage, and SparseLinearAlgebraPackage. |
|
Get a string indicating the type of this object (for debugging purposes.) Implemented in DenseLinearAlgebraPackage, and SparseLinearAlgebraPackage. |