Implementation of sparse LU factorization with Rational precision. More...
#include "soplex/spxdefines.h"#include "soplex/slinsolver_rational.h"#include "soplex/timer.h"#include "soplex/svector.h"#include "soplex/rational.h"#include "soplex/basevectors.h"#include "clufactor_rational.hpp"Go to the source code of this file.
Classes | |
| class | CLUFactorRational |
| Implementation of sparse LU factorization with Rational precision. More... | |
| struct | CLUFactorRational::Dring |
| class | CLUFactorRational::Pring |
| Pivot Ring. More... | |
| class | CLUFactorRational::Temp |
| Temporary data structures. More... | |
| struct | CLUFactorRational::Perm |
| Data structures for saving the row and column permutations. More... | |
| struct | CLUFactorRational::U |
| Data structures for saving the working matrix and U factor. More... | |
| struct | CLUFactorRational::U::Row |
| struct | CLUFactorRational::U::Col |
| struct | CLUFactorRational::L |
| Data structures for saving the working matrix and L factor. More... | |
Namespaces | |
| namespace | soplex |
| Everything should be within this namespace. | |
Macros | |
| #define | SOPLEX_WITH_L_ROWS 1 |
Implementation of sparse LU factorization with Rational precision.
Definition in file clufactor_rational.h.
| #define SOPLEX_WITH_L_ROWS 1 |
Definition at line 38 of file clufactor_rational.h.