matfileIOTest.hh
Go to the documentation of this file.
bool isEqual_(concepts::DiagonalMatrix< F > &m1, concepts::DiagonalMatrix< F > &m2)
bool isEqual_(concepts::Array< F > &m1, concepts::Array< F > &m2)
void testAddSthOtherCmp_(F &obj_F, G &obj_G)
Test for adding Array<Point>
bool isEqual_(concepts::Cmplx &m1, concepts::Cmplx &m2)
bool isEqual_(concepts::Vector< F > &m1, concepts::Vector< F > &m2)
void createMATfile() const
bool isEqual_(concepts::Point< F, dim1 > &m1, concepts::Point< F, dim2 > &m2)
Definition: matfileIOTest.hh:107
void testGetSth_()
Test for getting ElementMatrix, SparseMatrix, DiagonalMatrix, Sequence, Vector, Sequence<Vector> Arra...
bool isEqual_(concepts::ElementMatrix< F > &m1, concepts::ElementMatrix< F > &m2)
virtual void run()
Runs the tests. Must be overwritten by the specialization.
bool isEqual_(concepts::Sequence< F > &m1, concepts::Sequence< F > &m2)
void testAddSth_(F &obj)
Test for adding ElementMatrix, SparseMatrix, DiagonalMatrix, Sequence, Vector, Array,...
bool isEqual_(concepts::Mapping< F, dim1 > &m1, concepts::Mapping< F, dim2 > &m2)
Definition: matfileIOTest.hh:91
Sequence with operations, output operator, and method of the particular element types.
Definition: sequence.hh:39
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.
Definition: typedefs.hh:39
bool isEqual_(concepts::SparseMatrix< F > &m1, concepts::SparseMatrix< F > &m2)
bool isEqual_(concepts::Real &m1, concepts::Real &m2)