OpenWalnut
1.4.0
|
Test class for the WTensor template. More...
#include <WTensor_test.h>
Public Member Functions | |
void | testAccessOperator1 () |
Test access operator (). | |
void | testAccessOperator2 () |
Test access operator []. | |
void | testStandardConstructor () |
Test the standard constructor. | |
void | testCopyConstructor () |
Test copy constructor. | |
void | testCopyOperator () |
Test copy operator. | |
void | testCopyFromTensorSym () |
Test if all the WTensorSym->WTensor copy operators and copy constructors compile. | |
void | testCastToVariousTypes () |
Test casts to Data_T, WValue or WMatrix, depending on the order of the Tensor. |
Test class for the WTensor template.
Definition at line 37 of file WTensor_test.h.
void WTensorTest::testAccessOperator1 | ( | ) | [inline] |
Test access operator ().
Definition at line 43 of file WTensor_test.h.
void WTensorTest::testAccessOperator2 | ( | ) | [inline] |
Test access operator [].
Definition at line 68 of file WTensor_test.h.
void WTensorTest::testCastToVariousTypes | ( | ) | [inline] |
Test casts to Data_T, WValue or WMatrix, depending on the order of the Tensor.
Definition at line 232 of file WTensor_test.h.
void WTensorTest::testCopyConstructor | ( | ) | [inline] |
Test copy constructor.
Definition at line 143 of file WTensor_test.h.
void WTensorTest::testCopyFromTensorSym | ( | ) | [inline] |
Test if all the WTensorSym->WTensor copy operators and copy constructors compile.
Definition at line 175 of file WTensor_test.h.
void WTensorTest::testCopyOperator | ( | ) | [inline] |
Test copy operator.
Definition at line 157 of file WTensor_test.h.
void WTensorTest::testStandardConstructor | ( | ) | [inline] |
Test the standard constructor.
Definition at line 100 of file WTensor_test.h.