|
static __device__ float2 | add (float2 a, float2 b) |
|
static __device__ float2 | sub (float2 a, float2 b) |
|
static __device__ float2 | add (float2 a, float b) |
|
static __device__ float2 | sub (float2 a, float b) |
|
static __device__ float2 | mul (float2 a, float2 b) |
|
static __device__ float2 | mul (float2 a, float b) |
|
static __device__ float2 | neg (float2 v) |
|
static __device__ float | reduceAdd (float2 v) |
| For a vector type, this is a horizontal add, returning sum(v_i)
|
|
static __device__ float2 | zero () |
|
template<>
struct faiss::gpu::Math< float2 >
Definition at line 66 of file MathOperators.cuh.
The documentation for this struct was generated from the following file: