Sparse Linear Solver virtual base class. More...
#include <assert.h>
#include <string.h>
#include "soplex/spxdefines.h"
#include "soplex/svector.h"
#include "soplex/ssvector.h"
#include "soplex/dsvector.h"
#include "soplex/didxset.h"
Go to the source code of this file.
Classes | |
class | SLinSolver< R > |
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.