|
CAPD::DynSys Library
6.0.0
|
#include "SmithFormFactory.hpp"#include <capd/matrixAlgorithms/SmithFormFactory.h>#include <capd/matrixAlgorithms/CAPDSmithForm.h>#include <capd/vectalg/Matrix.hpp>#include <capd/rings/Zp.h>#include <capd/rings/Z2.h>Namespaces | |
| capd | |
| capd::matrixAlgorithms | |
| Matrix algorithms: Gauss elimination, orthonormalization, QR decomposition etc. | |
Macros | |
| #define | INSTANCE_MAT(type) |
| #define | INSTANCE_DEF(type) |
Typedefs | |
| typedef Matrix< short,0, 0 > | capd::matrixAlgorithms::XXXXshort |
| typedef Matrix< int,0, 0 > | capd::matrixAlgorithms::XXXXint |
| typedef Matrix< long,0, 0 > | capd::matrixAlgorithms::XXXXlong |
| typedef Matrix< llong,0, 0 > | capd::matrixAlgorithms::XXXXllong |
| typedef Matrix< Zp,0, 0 > | capd::matrixAlgorithms::XXXXZp |
| typedef Matrix< Z2,0, 0 > | capd::matrixAlgorithms::XXXXZ2 |
| #define INSTANCE_DEF | ( | type | ) |
| #define INSTANCE_MAT | ( | type | ) |