Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

fmat::fmat_internal::mmops< T1, T2 > Struct Template Reference

#include <fmatCore.h>


Detailed Description

template<class T1, class T2>
struct fmat::fmat_internal::mmops< T1, T2 >

Definition at line 142 of file fmatCore.h.

List of all members.

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)

Member Typedef Documentation

template<class T1, class T2>
typedef fmat_internal::promotion_trait<R1,R2>::type fmat::fmat_internal::mmops< T1, T2 >::R

Definition at line 145 of file fmatCore.h.

template<class T1, class T2>
typedef T1::storage_t fmat::fmat_internal::mmops< T1, T2 >::R1

Definition at line 143 of file fmatCore.h.

template<class T1, class T2>
typedef T2::storage_t fmat::fmat_internal::mmops< T1, T2 >::R2

Definition at line 144 of file fmatCore.h.


Member Function Documentation

template<class T1, class T2>
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.


The documentation for this struct was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3