|
Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
Meta class for matrix-matrix operations, like product using formula
. More...
#include <tvmet/meta/Gemm.h>
Static Public Member Functions | |
template<class E1 , class E2 > | |
static PromoteTraits< typename E1::value_type, typename E2::value_type >::value_type | prod (const E1 &lhs, const E2 &rhs, std::size_t i, std::size_t j) |
Private Types | |
enum | { doIt = (K != Cols1 - 1) } |
Private Member Functions | |
gemm () | |
gemm (const gemm &) | |
gemm & | operator= (const gemm &) |
Meta class for matrix-matrix operations, like product using formula
.
,0,0> Gemm.h "tvmet/meta/Gemm.h"
gemm Specialized for recursion.
anonymous enum [private] |
tvmet::meta::gemm< Rows1, Cols1, Cols2, K >::gemm | ( | ) | [private] |
tvmet::meta::gemm< Rows1, Cols1, Cols2, K >::gemm | ( | const gemm< Rows1, Cols1, Cols2, K > & | ) | [private] |
gemm& tvmet::meta::gemm< Rows1, Cols1, Cols2, K >::operator= | ( | const gemm< Rows1, Cols1, Cols2, K > & | ) | [private] |
static PromoteTraits< typename E1::value_type, typename E2::value_type >::value_type tvmet::meta::gemm< Rows1, Cols1, Cols2, K >::prod | ( | const E1 & | lhs, |
const E2 & | rhs, | ||
std::size_t | i, | ||
std::size_t | j | ||
) | [inline, static] |
References tvmet::Cols1, tvmet::meta::gemm< Rows1, Cols1, Cols2, K >::doIt, and tvmet::Rows1.
Author: |