OpenWalnut  1.5.0dev
Public Member Functions | List of all members
WTensorTest Class Reference

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...
 

Detailed Description

Test class for the WTensor template.

Definition at line 37 of file WTensor_test.h.

Member Function Documentation

◆ testAccessOperator1()

void WTensorTest::testAccessOperator1 ( )
inline

Test access operator ().

Definition at line 43 of file WTensor_test.h.

◆ testAccessOperator2()

void WTensorTest::testAccessOperator2 ( )
inline

Test access operator [].

Definition at line 68 of file WTensor_test.h.

◆ testCastToVariousTypes()

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.

◆ testCopyConstructor()

void WTensorTest::testCopyConstructor ( )
inline

Test copy constructor.

Definition at line 143 of file WTensor_test.h.

◆ testCopyFromTensorSym()

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.

◆ testCopyOperator()

void WTensorTest::testCopyOperator ( )
inline

Test copy operator.

Definition at line 157 of file WTensor_test.h.

◆ testStandardConstructor()

void WTensorTest::testStandardConstructor ( )
inline

Test the standard constructor.

Definition at line 100 of file WTensor_test.h.


The documentation for this class was generated from the following file: