FreePOOMA
2.4.1
|
#include <TensorOperators.h>
Public Types | |
typedef TensorElem< T1, I, K > ::Element_t | Left_t |
typedef TensorElem< T2, K, J > ::Element_t | Right_t |
typedef BinaryReturn< Left_t, Right_t, OpMultiply >::Type_t | Type_t |
Static Public Member Functions | |
static Type_t | get (const T1 &x, const T2 &y) |
typedef TensorElem<T1,I,K>::Element_t TensorDotTensor< T1, T2, I, J, K, 1 >::Left_t |
typedef TensorElem<T2,K,J>::Element_t TensorDotTensor< T1, T2, I, J, K, 1 >::Right_t |
typedef BinaryReturn<Left_t,Right_t,OpMultiply>::Type_t TensorDotTensor< T1, T2, I, J, K, 1 >::Type_t |
static Type_t TensorDotTensor< T1, T2, I, J, K, 1 >::get | ( | const T1 & | x, |
const T2 & | y | ||
) | [inline, static] |
References TensorDotTensor< T1, T2, I, J, K, L >::get().