50 constexpr
const value_t
EPSILON = 8*std::numeric_limits<value_t>::epsilon();
The main namespace of xerus.
void array_deleter_st(size_t *const _toDelete)
Internal deleter function, needed because std::shared_ptr misses an array overload.
void array_deleter_vt(value_t *const _toDelete)
Internal deleter function, needed because std::shared_ptr misses an array overload.
Header file that defines the logging behaviour of the internal debug log-levels used in the library...
Header file for all logging macros and log-buffer functionality.
constexpr const value_t EPSILON
The default epsilon value in xerus.
double value_t
The type of values to be used by xerus.
Header file for the data structures used by the custom new and delete operators.
Header file for global shorthand notations of elementary integer types and attribute lists...