|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
#include "cuda_runtime.h"#include <cfloat>#include <cstdint>#include <limits>

Go to the source code of this file.
Classes | |
| struct | knn_entry< F > |
| A structure for packing neighbor index and distance for kNN search. More... | |
| struct | Vec< N, T > |
| struct | Vec< 2, float > |
| struct | Vec< 4, float > |
| struct | Vec< 2, double > |
| struct | Vec< 4, double > |
Macros | |
| #define | CUDA_STRUCTS_H |
| #define | CUDA_CALLABLE_MEMBER |
Variables | |
| template<typename F > | |
| constexpr F | valueMax |
| template<> | |
| constexpr float | valueMax< float > = FLT_MAX |
| template<> | |
| constexpr double | valueMax< double > = DBL_MAX |
| #define CUDA_CALLABLE_MEMBER |
Definition at line 41 of file cuda_structs.cuh.
| #define CUDA_STRUCTS_H |
Definition at line 30 of file cuda_structs.cuh.
|
constexpr |
Definition at line 99 of file cuda_structs.cuh.
|
constexpr |
Definition at line 104 of file cuda_structs.cuh.
|
constexpr |
Definition at line 102 of file cuda_structs.cuh.