Sparse Linear Solver virtual base class. More...
#include <assert.h>#include <string.h>#include "spxdefines.h"#include "svector.h"#include "ssvector.h"#include "dsvector.h"#include "dvector.h"#include "didxset.h"Go to the source code of this file.
Classes | |
| class | SLinSolver |
| Sparse Linear Solver virtual base class.Class SLinSolver provides a class for solving sparse linear systems with a matrix \(A\) and arbitrary right-hand side vectors. For doing so, the matrix must be first loaded to an SLinSolver object as an array of pointers to the column SVectors of this matrix. More... | |
Namespaces | |
| soplex | |
| Everything should be within this namespace. | |
Sparse Linear Solver virtual base class.
Definition in file slinsolver.h.