linbox
test-hadamard-bound.C File Reference

Macros

#define ESPILON   0.0001
 

Typedefs

using Ring = Givaro::ZRing<Integer>
 

Functions

template<class TMatrix, class TVector>
bool test (const Ring &F, const TMatrix &A, const TVector &b)
 
template<class TMatrix, class TVector>
bool test_with_matrix_vector (size_t n, size_t bitSize, int *seed)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ ESPILON

#define ESPILON   0.0001

Typedef Documentation

◆ Ring

using Ring = Givaro::ZRing<Integer>

Function Documentation

◆ test()

template<class TMatrix, class TVector>
bool test ( const Ring & F,
const TMatrix & A,
const TVector & b )

◆ test_with_matrix_vector()

template<class TMatrix, class TVector>
bool test_with_matrix_vector ( size_t n,
size_t bitSize,
int * seed )

◆ main()

int main ( int argc,
char ** argv )