|
linbox
|
#include "linbox/linbox-config.h"#include "linbox/util/commentator.h"#include "test-common.h"#include <iostream>#include <fstream>#include <cstdio>#include "linbox/matrix/matrix-domain.h"#include "linbox/blackbox/toeplitz.h"Data Structures | |
| class | Helper |
Typedefs | |
| typedef NTL_zz_pX | PolynomialRing |
| typedef PolynomialRing::Element | Polynomial |
| typedef PolynomialRing::Coeff | Coeff |
| typedef PolynomialRing::CoeffField | Field |
| typedef Field::Element | Element |
| typedef Field::RandIter | RandIter |
| typedef BlasMatrixDomain< Field > | MatrixDom |
| typedef MatrixDom::OwnMatrix | Matrix |
Functions | |
| int | main (int argc, char **argv) |
| typedef NTL_zz_pX PolynomialRing |
| typedef PolynomialRing::Element Polynomial |
| typedef PolynomialRing::Coeff Coeff |
| typedef PolynomialRing::CoeffField Field |
| typedef Field::Element Element |
| typedef Field::RandIter RandIter |
| typedef BlasMatrixDomain<Field> MatrixDom |
| typedef MatrixDom::OwnMatrix Matrix |
| int main | ( | int | argc, |
| char ** | argv ) |