FreePOOMA  2.4.1
Public Types | Static Public Member Functions
TensorDotTensor< T1, T2, I, J, K, 1 > Struct Template Reference

#include <TensorOperators.h>

List of all members.

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)

template<class T1, class T2, int I, int J, int K>
struct TensorDotTensor< T1, T2, I, J, K, 1 >


Member Typedef Documentation

template<class T1 , class T2 , int I, int J, int K>
typedef TensorElem<T1,I,K>::Element_t TensorDotTensor< T1, T2, I, J, K, 1 >::Left_t
template<class T1 , class T2 , int I, int J, int K>
typedef TensorElem<T2,K,J>::Element_t TensorDotTensor< T1, T2, I, J, K, 1 >::Right_t
template<class T1 , class T2 , int I, int J, int K>
typedef BinaryReturn<Left_t,Right_t,OpMultiply>::Type_t TensorDotTensor< T1, T2, I, J, K, 1 >::Type_t

Member Function Documentation

template<class T1 , class T2 , int I, int J, int K>
static Type_t TensorDotTensor< T1, T2, I, J, K, 1 >::get ( const T1 &  x,
const T2 &  y 
) [inline, static]

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