OpenWalnut
1.4.0
|
Implements the operator () for an order of 0 and a cast to Data_T. More...
#include <WTensorBase.h>
Public Member Functions | |
Data_T & | operator() () |
Access operator. | |
Data_T const & | operator() () const |
Access operator. | |
operator Data_T () const | |
Cast this tensor to a Data_T. |
Implements the operator () for an order of 0 and a cast to Data_T.
TensorBase_T | Either WTensorBase<> or WTensorBaseSym<> |
dim | The dimension of the tensor, i.e. the number of components in each direction. |
Data_T | The datatype of the components, double by default. |
Definition at line 1688 of file WTensorBase.h.
WTensorFunc< TensorBase_T, 0, dim, Data_T >::operator Data_T | ( | ) | const |
Cast this tensor to a Data_T.
Definition at line 1724 of file WTensorBase.h.
Data_T & WTensorFunc< TensorBase_T, 0, dim, Data_T >::operator() | ( | ) |
Data_T const & WTensorFunc< TensorBase_T, 0, dim, Data_T >::operator() | ( | ) | const |