opatIO-cpp 0.3.0a
Open Parametrized Array Table
|
Header file defining the FloatIndexVector class for handling floating-point index vectors. More...
#include <stdexcept>
#include <vector>
#include <functional>
Go to the source code of this file.
Classes | |
class | FloatIndexVector |
struct | std::hash< FloatIndexVector > |
Namespaces | |
namespace | std |
Specialization of std::hash for FloatIndexVector. | |
Header file defining the FloatIndexVector class for handling floating-point index vectors.
This class is designed to provide a robust and efficient way to handle floating-point vectors with support for hashing and precision control. It is primarily used in the OPAT library for indexing and cataloging data tables.
Design Choices:
Example Usage: