24 double mConstNullValue;
61 return mConstNullValue;
66 return ((&v==&mConstNullValue) || (&v==&mNullValue));
virtual ~LAP_Object(void)
destroy an object.
Definition: LAP_Object.cpp:11
double & getNullValue()
get a null value
Definition: LAP_Object.h:54
#define tBoolean
Definition: types.h:48
static double ZERO_EPSILON
Definition: LAP_Object.h:21
tBoolean isNullValue(const double &v) const
return true if the value is a null
Definition: LAP_Object.h:65
This class is the base class of all lapack objects.
Definition: LAP_Object.h:17
abstract base class for most classes.
Definition: CORE_Object.h:30
const double & getNullValue() const
get a const null value
Definition: LAP_Object.h:60
LAP_Object(void)
create an object
Definition: LAP_Object.cpp:5