| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
fmat::fmat_internal::mmops< T1, T2 > Struct Template Reference
Detailed Descriptiontemplate<class T1, class T2>
| |||||||||||||||||||||||||||||
Public Types | |
| typedef T1::storage_t | R1 |
| typedef T2::storage_t | R2 |
| typedef fmat_internal::promotion_trait < R1, R2 >::type | R |
Static Public Member Functions | |
| static Matrix< T1::HEIGHT, T2::WIDTH, R > | multiply (const T1 &a, const T2 &b) |
| typedef fmat_internal::promotion_trait<R1,R2>::type fmat::fmat_internal::mmops< T1, T2 >::R |
Definition at line 145 of file fmatCore.h.
| typedef T1::storage_t fmat::fmat_internal::mmops< T1, T2 >::R1 |
Definition at line 143 of file fmatCore.h.
| typedef T2::storage_t fmat::fmat_internal::mmops< T1, T2 >::R2 |
Definition at line 144 of file fmatCore.h.
| static Matrix<T1::HEIGHT,T2::WIDTH,R> fmat::fmat_internal::mmops< T1, T2 >::multiply | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) | [static] |
Definition at line 146 of file fmatCore.h.
|
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |