Fermat
|
a generic outer product functor: this class is not an STL binary functor, in the sense it does not define its argument and result types
#include <matrix.h>
Public Methods | |
CUGAR_HOST_DEVICE CUGAR_FORCEINLINE float | operator() (const float op1, const float op2) const |
template<typename T , uint32 N, uint32 M> | |
CUGAR_HOST_DEVICE CUGAR_FORCEINLINE Matrix< T, N, M > | operator() (const Vector< T, N > op1, const Vector< T, M > op2) const |