|
OpenWalnut
1.2.5
|
Test class for the WTensor template. More...
#include <WTensor_test.h>
Inheritance diagram for WTensorTest: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.
|
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.
1.8.1