|
linbox
|
Various utilities for debugging. More...
#include <iostream>#include <sstream>#include "linbox/util/error.h"#include <vector>#include <list>#include <fflas-ffpack/utils/print-utils.h>Data Structures | |
| class | PreconditionFailed |
| A precondtion failed. More... | |
Namespaces | |
| namespace | LinBox |
Namespace in which all linbox code resides. | |
Defines | |
| #define | linbox_check(check) |
Check an assertion (à la std::assert). | |
Various utilities for debugging.
| #define linbox_check | ( | check | ) |
Check an assertion (à la std::assert).
If in DEBUG mode, throws a PreconditionFailed exception. In REALEASE mode, nothing is checked.
| check | assertion to be checked. |
1.7.4