|
linbox
|
#include <iostream>#include "linbox/integer.h"#include "linbox/field/param-fuzzy.h"#include "linbox/solutions/methods.h"#include "linbox/blackbox/archetype.h"#include "linbox/algorithms/dyadic-to-rational.h"#include "linbox/blackbox/compose.h"#include "linbox/matrix/dense-matrix.h"#include "linbox/algorithms/vector-fraction.h"#include "linbox/algorithms/matrix-hom.h"#include "linbox/util/timer.h"#include "givaro/zring.h"#include "rational-solver-sn.inl"Data Structures | |
| class | RationalSolverSN< Ring, NumericSolver > |
Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Macros | |
| #define | debug(x) |
| #define | debug2(x, y) |
| #define | debugneol(x) |
| #define | log_2(x) |
Enumerations | |
| enum | ShiftStatus { SHIFT_GROW , SHIFT_SHRINK , SHIFT_PEAK , SHIFT_SEARCH , SHIFT_MAX } |
| #define debug | ( | x | ) |
| #define debug2 | ( | x, | |
| y ) |
| #define debugneol | ( | x | ) |
| #define log_2 | ( | x | ) |