Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
#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 &) |
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] |
Author: |