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