linbox
Files
Benchmarks

This directory is used to perform benchmarks on LinBox. More...

Files

file  test-mpi-comm.C
 Check MPI communicator interface.
 
file  benchmark-dense-solve.C
 Solving dense linear system over Q or Zp.
 
file  benchmark-example.C
 Benchmarking example.
 
 
 
file  benchmark-utils.h
 utils
 
file  benchmark.h
 Common header to ease benchmarking routines.
 
file  benchmark.inl
 Common header to ease benchmarking routines.
 
file  BenchmarkFile.h
 
file  BenchmarkFile.inl
 
file  CSValue.h
 
file  omp-benchmark.C
 f
 
file  optimizer.h
 

Detailed Description

This directory is used to perform benchmarks on LinBox.

The benchmarks are meant for :

Benchmarks can be grouped in :

When another free library (NTL, IML,...) provides a routine that exists in LinBox, we want to be able to compare it to our implementation.

Default parameters can be changed on the command-line, just as in examples/ and tests/.