Bog standard (no sse) implementation for non sse enabled hardware and any type which doesn't have a template specialisation.
More...
|
| static VNL_SSE_FORCE_INLINE void | element_product (const T *x, const T *y, T *r, unsigned n) |
| |
| static VNL_SSE_FORCE_INLINE T | dot_product (const T *x, const T *y, unsigned n) |
| |
| static VNL_SSE_FORCE_INLINE T | euclid_dist_sq (const T *x, const T *y, unsigned n) |
| |
| static VNL_SSE_FORCE_INLINE void | vector_x_matrix (const T *v, const T *m, T *r, unsigned rows, unsigned cols) |
| |
| static VNL_SSE_FORCE_INLINE void | matrix_x_vector (const T *m, const T *v, T *r, unsigned rows, unsigned cols) |
| |
| static VNL_SSE_FORCE_INLINE T | sum (const T *v, unsigned n) |
| |
| static VNL_SSE_FORCE_INLINE T | max (const T *v, unsigned n) |
| |
| static VNL_SSE_FORCE_INLINE T | min (const T *v, unsigned n) |
| |
| static VNL_SSE_FORCE_INLINE unsigned | arg_max (const T *v, unsigned n) |
| |
| static VNL_SSE_FORCE_INLINE unsigned | arg_min (const T *v, unsigned n) |
| |
template<class T>
class vnl_sse< T >
Bog standard (no sse) implementation for non sse enabled hardware and any type which doesn't have a template specialisation.
Definition at line 157 of file vnl_sse.h.