|
linbox
|
#include "linbox/linbox-config.h"#include <iostream>#include <sstream>#include <algorithm>#include <cmath>#include <cctype>#include <cstring>#include "linbox/matrix/sparse-matrix.h"#include "linbox/vector/vector-traits.h"#include "linbox/vector/vector-domain.h"#include "linbox/util/debug.h"Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
| namespace | LinBox::Protected |
| This is the namespace all LinBox internal code is in. | |