Class documentation of Concepts

Loading...
Searching...
No Matches
point.hh
Go to the documentation of this file.
1
6#ifndef testPoint_hh
7#define testPoint_hh
8
9#include "basics/testcase.hh"
10
11namespace test {
12
16 class PointTest : public TestCase {
17 public:
18 virtual ~PointTest() {}
19 virtual void run();
20
22
23
24 void testConstr();
30 void testSum();
33 //}@
34 };
35
39 class MappingTest : public TestCase {
40 public:
41 virtual ~MappingTest() {}
42 virtual void run();
43
45
46
47 void testContr();
49 void testDet();
51 void testInv();
66 //}@
67 };
68
69} // namespace test
70
71#endif // testPoint_hh
void testInvRect()
Tests rectangular inverse.
void testScaleRows()
Tests scaleRow.
void testMapping()
Tests mapping.
void testScaling()
Tests scaling.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testDet()
Tests determinant.
void testContr()
Tests constructor of Mapping<2>
void testRank1Prod()
Tests rank 1 product.
void testScaleColumns()
Tests scaleColumn.
void testTranspose()
Tests transpose.
void testInv()
Tests inverse.
void testSum()
Tests sum of Points.
void testValueTimesPoint()
Tests product of value with a point.
void testCrossProduct()
Tests outer products.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testDotProduct()
Tests inner products.
void testConstr()
Tests constructor of Point<2> and Point<3>