Implementation of sparse LU factorization. More...
Go to the source code of this file.
Classes | |
| class | CLUFactor |
| Implementation of sparse LU factorization.This class implements a sparse LU factorization with either FOREST-TOMLIN or ETA updates, using dynamic Markowitz pivoting. More... | |
| struct | CLUFactor::Dring |
| class | CLUFactor::Pring |
| Pivot Ring. More... | |
| class | CLUFactor::Temp |
| Temporary data structures. More... | |
| struct | CLUFactor::Perm |
| Data structures for saving the row and column permutations. More... | |
| struct | CLUFactor::U |
| Data structures for saving the working matrix and U factor. More... | |
| struct | CLUFactor::U::Row |
| struct | CLUFactor::U::Col |
| struct | CLUFactor::L |
| Data structures for saving the working matrix and L factor. More... | |
Namespaces | |
| soplex | |
| Everything should be within this namespace. | |
Macros | |
| #define | WITH_L_ROWS 1 |
Implementation of sparse LU factorization.
Definition in file clufactor.h.
| #define WITH_L_ROWS 1 |
Definition at line 27 of file clufactor.h.