Fermat
Public Methods | List of all members
cugar::GenericOuterProduct Struct Reference

Detailed description

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
 

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