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

#include <PetscLinearAlgebraPackage.h>

Inheritance diagram for PetscLinearAlgebraPackage:
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 PetscLinearAlgebraPackagesoleInstance ()
 

Protected Member Functions

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

Constructor & Destructor Documentation

PetscLinearAlgebraPackage::PetscLinearAlgebraPackage ( )
inlineprotected
virtual PetscLinearAlgebraPackage::~PetscLinearAlgebraPackage ( )
inlineprotectedvirtual

Member Function Documentation

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

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

Implements LinearAlgebraPackage.

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

Create a new symmetric matrix (of appropriate type).

Implements LinearAlgebraPackage.

OoqpVector * PetscLinearAlgebraPackage::newVector ( int  n)
virtual

Create a new vector (of appropriate type.)

Implements LinearAlgebraPackage.

PetscLinearAlgebraPackage * PetscLinearAlgebraPackage::soleInstance ( )
static
void PetscLinearAlgebraPackage::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: