|
examples/dense-charpoly.C |
- Author:
- Clément Pernet <clement.pernet@imag.fr>
Small program that computes timings for dense-charpoly computation of dense matrices
Load the input matrix from a file, compute its charpoly over a prime finite field.
|
| #define | DISP 0 |
| #define | DEBUG 0 |
| typedef Modular< double > | Field |
| typedef Field::Element | Element |
| typedef BlasMatrix< Element > | Matrix |
| typedef vector< Field::Element > | Polynomial |
| template<class T, template< class T > class Container> std::ostream & | operator<< (std::ostream &o, const Container< T > &C) |
| int | main (int argc, char **argv) |
| | dense-det field-characteristic matrix-file number-of-computations
|