36#ifndef STK_ARITHMETIC_H
37#define STK_ARITHMETIC_H
194 static inline Type
NA()
throw() {
return static_cast<Type
>(0);}
198 static inline bool isNA(Type
const& x)
throw() {
return false;}
203 static inline bool isInfinite(Type
const& x)
throw() {
return false; }
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
bool isFinite(Type const &x)
utility method allowing to know if a value is a finite value
bool isNA(Type const &x)
utility method allowing to know if a value is a NA (Not Available) value
bool isInfinite(Type const &x)
utility method allowing to know if a value is an infinite value
The namespace STK is the main domain space of the Statistical ToolKit project.
Arithmetic properties of STK fundamental types.
static bool isFinite(Type const &x)
static bool isInfinite(Type const &x)
static const bool hasNA
True if the type has a representation for a "Not Available."
static Type NA()
Adding a Non Available (NA) special number.
static bool isNA(Type const &x)