#include <TinyMatrixOperators.h>
Public Types | |
typedef TinyMatrixDotTinyMatrix< T1, T2, I, J, K, L/2 >::Type_t | Left_t |
typedef TinyMatrixDotTinyMatrix< T1, T2, I, J, K+L/2, L-L/2 > ::Type_t | Right_t |
typedef BinaryReturn< Left_t, Right_t, OpAdd >::Type_t | Type_t |
Static Public Member Functions | |
static Type_t | get (const T1 &x, const T2 &y) |
typedef TinyMatrixDotTinyMatrix<T1,T2,I,J,K,L/2>::Type_t TinyMatrixDotTinyMatrix< T1, T2, I, J, K, L >::Left_t |
typedef TinyMatrixDotTinyMatrix<T1,T2,I,J,K+L/2,L-L/2>::Type_t TinyMatrixDotTinyMatrix< T1, T2, I, J, K, L >::Right_t |
typedef BinaryReturn<Left_t,Right_t,OpAdd>::Type_t TinyMatrixDotTinyMatrix< T1, T2, I, J, K, L >::Type_t |
static Type_t TinyMatrixDotTinyMatrix< T1, T2, I, J, K, L >::get | ( | const T1 & | x, | |
const T2 & | y | |||
) | [inline, static] |
Referenced by TinyMatrixDotTinyMatrix< T1, T2, I, J, K, 1 >::get().