|
linbox
|
#include "linbox/linbox-config.h"#include <iostream>#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 <givaro/givranditer.h>#include "linbox/util/commentator.h"#include "linbox/util/timer.h"#include "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) |
Functions | |
| template<class Domain, class Object> | |
| void | BLTraceReport (std::ostream &out, Domain &D, const char *text, size_t iter, const Object &obj) |
| void | reportS (std::ostream &out, const std::vector< bool > &S, size_t iter) |
| template<class Field, class Matrix> | |
| void | checkAConjugacy (const MatrixDomain< Field > &MD, const Matrix &AV, const Matrix &V, Matrix &T, size_t AV_iter, size_t V_iter) |
| #define TIMER_DECLARE | ( | part | ) |
| #define TIMER_START | ( | part | ) |
| #define TIMER_STOP | ( | part | ) |
| #define TIMER_REPORT | ( | part | ) |