|
linbox
|
no doc More...
#include <linbox/linbox-config.h>#include <iostream>#include <string>#include "linbox/integer.h"#include "linbox/ring/modular.h"#include <givaro/modular-balanced.h>#include "linbox/matrix/dense-matrix.h"#include "linbox/matrix/matrix-domain.h"#include <givaro/givranditer.h>#include "linbox/util/commentator.h"#include "givaro/zring.h"#include "linbox/matrix/random-matrix.h"#include "linbox/blackbox/scalar-matrix.h"#include "test-common.h"Macros | |
| #define | mycommentator commentator |
Functions | |
| const char * | pretty (string a) |
| template<class Vector> | |
| bool | localAreEqual (const Vector &a, const Vector &b) |
| template<class Field> | |
| int | launch_tests (Field &F, size_t n, int iterations) |
| bool | launch_gf2_tests (GF2 &F, size_t n) |
| template<class _Field, class _Rep> | |
| void | transpose (BlasMatrix< _Field, _Rep > &At, const BlasMatrix< _Field, _Rep > &A) |
| int | main (int argc, char **argv) |
| template<class Field> | |
| bool | CheckMulAdd (const Field &Zp, const Integer &alpha, const BlasMatrix< Givaro::ZRing< Integer > > &A, const BlasMatrix< Givaro::ZRing< Integer > > &B, const Integer &beta, const BlasMatrix< Givaro::ZRing< Integer > > &C) |
Variables | |
| const int | maxpretty = 35 |
| string | blank |
| ostream & | report = commentator ().report() |
| #define mycommentator commentator |
| const char * pretty | ( | string | a | ) |
| bool launch_gf2_tests | ( | GF2 & | F, |
| size_t | n ) |
| void transpose | ( | BlasMatrix< _Field, _Rep > & | At, |
| const BlasMatrix< _Field, _Rep > & | A ) |
| int main | ( | int | argc, |
| char ** | argv ) |
| bool CheckMulAdd | ( | const Field & | Zp, |
| const Integer & | alpha, | ||
| const BlasMatrix< Givaro::ZRing< Integer > > & | A, | ||
| const BlasMatrix< Givaro::ZRing< Integer > > & | B, | ||
| const Integer & | beta, | ||
| const BlasMatrix< Givaro::ZRing< Integer > > & | C ) |
| const int maxpretty = 35 |
| string blank |
| ostream& report = commentator ().report() |