linbox
1
|
Timings on dot products of random vectors. More...
#include "linbox/linbox-config.h"
#include <iostream>
#include "linbox/field/modular.h"
#include "linbox/vector/vector-domain.h"
#include "linbox/vector/stream.h"
#include "linbox/util/commentator.h"
Functions | |
int | main (int argc, char **argv) |
no command line args |
Timings on dot products of random vectors.
Use of vectors meeting the LinBox dense and sparse vector archetypes is illustrated and their dot-product times are benchmarked.
Constructs random vectors and computes their dot product, giving the required time.