void testConstr()
Tests constructor of Point<2> and Point<3>
void testScaleRows()
Tests scaleRow.
Testing concepts::Mapping.
void testInv()
Tests inverse.
void testDet()
Tests determinant.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testCrossProduct()
Tests outer products.
void testTranspose()
Tests transpose.
void testInvRect()
Tests rectangular inverse.
void testValueTimesPoint()
Tests product of value with a point.
void testScaling()
Tests scaling.
void testContr()
Tests constructor of Mapping<2>
void testSum()
Tests sum of Points.
void testMapping()
Tests mapping.
void testRank1Prod()
Tests rank 1 product.
void testDotProduct()
Tests inner products.
void testScaleColumns()
Tests scaleColumn.
virtual void run()
Runs the tests. Must be overwritten by the specialization.