linbox
test-serialization.C File Reference

Functions

template<class T>
bool test (T &output, const T &input)
 
template<class T>
bool check_basic_type (const T &input)
 
template<class T>
bool test_basic_type ()
 
bool test_integer ()
 
template<class Field, class Matrix>
bool check_matrix (const Field &F, const Matrix &input)
 
template<class Field, class Vector>
bool check_vector (const Field &F, const Vector &input)
 
template<class Field>
bool test_field (const Integer &q)
 
int main (int argc, char **argv)
 

Function Documentation

◆ test()

template<class T>
bool test ( T & output,
const T & input )

◆ check_basic_type()

template<class T>
bool check_basic_type ( const T & input)

◆ test_basic_type()

template<class T>
bool test_basic_type ( )

◆ test_integer()

bool test_integer ( )

◆ check_matrix()

template<class Field, class Matrix>
bool check_matrix ( const Field & F,
const Matrix & input )

◆ check_vector()

template<class Field, class Vector>
bool check_vector ( const Field & F,
const Vector & input )

◆ test_field()

template<class Field>
bool test_field ( const Integer & q)

◆ main()

int main ( int argc,
char ** argv )