Go to the documentation of this file.
7 #ifndef sparseMatrixTest_hh
8 #define sparseMatrixTest_hh
60 #endif // sparseMatrixTest_hh
void testAppl()
Tests the application operator.
void testResize()
Test resizing.
void testCompress()
Tests compressing a matrix.
void testSubMatrix()
Tests submatrices.
concepts::DummySpace< concepts::Real > spc3
Tests the constructors.
void testCCS_R_Large()
Tests the constructors.
concepts::DummySpace< concepts::Real > spc4
Tests the constructors.
void testTranspMult()
Tests the transposed multiplication operator.
void testMult()
Tests multiplication of two matrices.
void testCRS_R()
Tests conversion to CRS and CCS format.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testConstr()
Tests the constructors.
void testCRS_C()
Tests the constructors.
void testSymmetrize()
Tests symmetrization of a matric.
Test sparse matrix class SparseMatrix.
void testAddInto()
Tests the addition of two matrices.
void testCRS_R_Large()
Tests the constructors.
virtual ~SparseMatrixTest()
double Real
Type normally used for a floating point number.