#include <DeSymPSDSolver.h>
Inheritance diagram for DeSymPSDSolver:
Public Member Functions | |
DeSymPSDSolver (DenseSymMatrix *dsm) | |
virtual void | diagonalChanged (int idiag, int extent) |
virtual void | matrixChanged () |
virtual void | solve (OoqpVector &x) |
Protected Attributes | |
DenseStorageHandle | mStorage |
|
called if the diagonal elements of the matrix have changed. Triggers a refactorization of the matrix, if necessary.
Implements DoubleLinearSolver. |
|
called if some elements of the matrix have changed. Triggers a refactorization of the matrix, if necessary. Implements DoubleLinearSolver. |
|
solves a linear system.
Implements DoubleLinearSolver. |