Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
fmat::fmat_internal::mvops< M, V > Struct Template Reference
Detailed Descriptiontemplate<class M, class V>
|
Public Types | |
enum | { H = M::HEIGHT, N = V::CAP, W = M::WIDTH } |
typedef M::storage_t | MR |
typedef V::storage_t | VR |
typedef fmat_internal::promotion_trait < MR, VR >::type | R |
Static Public Member Functions | |
static Column< H, R > | multiply (const M &a, const V &b) |
static Row< W, R > | multiply (const V &a, const M &b) |
typedef M::storage_t fmat::fmat_internal::mvops< M, V >::MR |
Definition at line 162 of file fmatCore.h.
typedef fmat_internal::promotion_trait<MR,VR>::type fmat::fmat_internal::mvops< M, V >::R |
Definition at line 164 of file fmatCore.h.
typedef V::storage_t fmat::fmat_internal::mvops< M, V >::VR |
Definition at line 163 of file fmatCore.h.
anonymous enum |
Definition at line 165 of file fmatCore.h.
static Row<W,R> fmat::fmat_internal::mvops< M, V >::multiply | ( | const V & | a, | |
const M & | b | |||
) | [static] |
Definition at line 181 of file fmatCore.h.
static Column<H,R> fmat::fmat_internal::mvops< M, V >::multiply | ( | const M & | a, | |
const V & | b | |||
) | [static] |
Definition at line 170 of file fmatCore.h.
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |