#include <Ma27Solver.h>
Inheritance diagram for Ma27Solver:
Public Methods | |
Ma27Solver (SparseSymMatrix *sgm) | |
virtual void | copyMatrixElements (double fact[], int lfact) |
virtual void | getIndices (int irowM[], int jcolM[]) |
virtual void | solve (OoqpVector &rhs) |
Protected Attributes | |
SparseSymMatrixHandle | mMat |
|
sets mMat to refer to the argument sgm |
|
copy the contents of the matrix into fact
Implements Ma27SolverBase. |
|
change format for row/column index matrices, in preparation for call to MA27 FORTRAN routines
Implements Ma27SolverBase. |
|
version of the main solve routine that takes argument as an OoqpVector
Implements Ma27SolverBase. |
|
store as a sparse symmetric matrix |