|
linbox
|
tools for making matrix with known SNF. More...
#include "linbox/util/commentator.h"#include "linbox/matrix/dense-matrix.h"#include "linbox/vector/blas-vector.h"#include "linbox/solutions/smith-form.h"Functions | |
| template<class PIR> | |
| BlasVector< PIR > & | makeBumps (BlasVector< PIR > &b, int choice) |
| template<class PIR> | |
| BlasVector< PIR > & | prefixProduct (BlasVector< PIR > &d, const BlasVector< PIR > &b) |
| template<class PIR> | |
| void | makeSNFExample (DenseMatrix< PIR > &A, BlasVector< PIR > &d, const BlasVector< PIR > &bumps, const BlasVector< PIR > &lumps) |
| template<class PIR> | |
| bool | checkSNFExample (const BlasVector< PIR > &d, const BlasVector< PIR > &x) |
| template<class PIR> | |
| bool | checkSNFExample (const LinBox::SmithList< PIR > &d, const LinBox::SmithList< PIR > &x, const PIR &R) |
Variables | |
| std::ostream & | report |
tools for making matrix with known SNF.
| BlasVector< PIR > & makeBumps | ( | BlasVector< PIR > & | b, |
| int | choice ) |
| BlasVector< PIR > & prefixProduct | ( | BlasVector< PIR > & | d, |
| const BlasVector< PIR > & | b ) |
| void makeSNFExample | ( | DenseMatrix< PIR > & | A, |
| BlasVector< PIR > & | d, | ||
| const BlasVector< PIR > & | bumps, | ||
| const BlasVector< PIR > & | lumps ) |
| bool checkSNFExample | ( | const BlasVector< PIR > & | d, |
| const BlasVector< PIR > & | x ) |
| bool checkSNFExample | ( | const LinBox::SmithList< PIR > & | d, |
| const LinBox::SmithList< PIR > & | x, | ||
| const PIR & | R ) |
| std::ostream& report |