Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
#include <tvmet/meta/Gemtm.h>
using formula
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 != Rows1 - 1) } |
Private Member Functions | |
gemtm () | |
gemtm (const gemtm &) | |
gemtm & | operator= (const gemtm &) |
anonymous enum [private] |
tvmet::meta::gemtm< Rows1, Cols1, Cols2, K >::gemtm | ( | ) | [private] |
tvmet::meta::gemtm< Rows1, Cols1, Cols2, K >::gemtm | ( | const gemtm< Rows1, Cols1, Cols2, K > & | ) | [private] |
gemtm& tvmet::meta::gemtm< Rows1, Cols1, Cols2, K >::operator= | ( | const gemtm< Rows1, Cols1, Cols2, K > & | ) | [private] |
static PromoteTraits< typename E1::value_type, typename E2::value_type >::value_type tvmet::meta::gemtm< Rows1, Cols1, Cols2, K >::prod | ( | const E1 & | lhs, | |
const E2 & | rhs, | |||
std::size_t | i, | |||
std::size_t | j | |||
) | [inline, static] |
Author: |