#include <TinyMatrixOperators.h>
Public Types | |
typedef TinyMatrixElem< T1, I, K >::Element_t | Left_t |
typedef TinyMatrixElem< 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 TinyMatrixElem<T1,I,K>::Element_t TinyMatrixDotTinyMatrix< T1, T2, I, J, K, 1 >::Left_t |
typedef TinyMatrixElem<T2,K,J>::Element_t TinyMatrixDotTinyMatrix< T1, T2, I, J, K, 1 >::Right_t |
typedef BinaryReturn<Left_t,Right_t,OpMultiply>::Type_t TinyMatrixDotTinyMatrix< T1, T2, I, J, K, 1 >::Type_t |
static Type_t TinyMatrixDotTinyMatrix< T1, T2, I, J, K, 1 >::get | ( | const T1 & | x, | |
const T2 & | y | |||
) | [inline, static] |