#include <tvecglobs.h>
|
template<typename T_numtype1, typename T_numtype2, int N_length> |
static T_ret | dot (const TinyVector< T_numtype1, N_length > &a, const TinyVector< T_numtype2, N_length > &b) |
|
template<typename T_numtype1, int N_length> |
static T_ret | product (const TinyVector< T_numtype1, N_length > &a) |
|
template<typename T_numtype, int N_length> |
static T_ret | sum (const TinyVector< T_numtype, N_length > &a) |
|
◆ dot()
template<typename T_ret>
template<typename T_numtype1, typename T_numtype2, int N_length>
◆ product()
template<typename T_ret>
template<typename T_numtype1, int N_length>
◆ sum()
template<typename T_ret>
template<typename T_numtype, int N_length>
The documentation for this class was generated from the following file: