|
linbox
|
#include "linbox/linbox-config.h"#include <iostream>#include <cassert>#include <algorithm>#include <cmath>#include "linbox/util/debug.h"#include "linbox/solutions/methods.h"#include "linbox/blackbox/diagonal.h"#include "linbox/blackbox/compose.h"#include "linbox/blackbox/transpose.h"#include "linbox/util/commentator.h"#include "linbox/util/timer.h"#include "linbox/algorithms/la-block-lanczos.h"Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Macros | |
| #define | TIMER_DECLARE(part) |
| #define | TIMER_START(part) |
| #define | TIMER_STOP(part) |
| #define | TIMER_REPORT(part) |
| #define | AU0 iterate_here->_u |
| #define | AV0 iterate_here->_v |
Functions | |
| template<class Domain, class Object> | |
| void | LABLTraceReport (std::ostream &out, Domain &D, const char *text, size_t iter, const Object &obj) |
| void | LABLReportPriorityIndices (std::ostream &, std::list< size_t > &, const char *) |
| #define TIMER_DECLARE | ( | part | ) |
| #define TIMER_START | ( | part | ) |
| #define TIMER_STOP | ( | part | ) |
| #define TIMER_REPORT | ( | part | ) |
| #define AU0 iterate_here->_u |
| #define AV0 iterate_here->_v |