dAE Project Q3 2015
===================

In the folders Binary, Matrix, Measure and RankSelect there are makefiles that
require nothing but the 'make' command. The Measure folder should be built
first, as it generates a shared object for the other implementations.

Binary
------
The 'main' binary simply runs all tests, with a parameter -N to control the
amount of samples.

There needs to be files in the DATA folder containing data, files named
'<numbers>B' will work. These are the ways to specify the input for the files.

Matrix
------
The 'main' has options described with the '-h' flag.
The '-b' parameter (positive integer) starts tests at 2^b.
The '-i' parameter (positive integer) specifies how many more powers it should use.
The '-r' flag (missing from help, positive integer) specifies the amount of repetitions.
The '-o' flag (missing from help, no par) makes tests not use fractionals.

There are a further binaries that can be built with 'make' in BENCH and TEST
folders, these run benchmarks and cross-testing, on these '-h' can be
specified on the command line.

RankSelect
----------
The 'main' takes no parameters, just runes tests.
The 'TEST/test' binary tests output for different implementations.
