Constructs random vectors and computes their dot product, giving the required time.
#include "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 | |
1.3.4