Functions

dense-det.C File Reference

Small program that computes timings for dense-charpoly computation of dense matrices. More...

#include "linbox/linbox-config.h"
#include <fstream>
#include <iostream>
#include <vector>
#include "linbox/integer.h"
#include "linbox/field/modular.h"
#include <linbox/field/givaro-zpz.h>
#include "linbox/blackbox/sparse.h"
#include "linbox/matrix/blas-matrix.h"
#include "linbox/algorithms/blas-domain.h"

Functions

int main (int argc, char **argv)
 dense-det field-characteristic matrix-file number-of-computations

Detailed Description

Small program that computes timings for dense-charpoly computation of dense matrices.

examples/dense-det.C

Author:
Clément Pernet <clement.pernet@imag.fr>

Load the input matrix from a file, compute its charpoly over a prime finite field.