|
Loading...
Searching...
No Matches
Go to the documentation of this file.
25#ifndef _SOPLEX_STABLE_SUM_H_
26#define _SOPLEX_STABLE_SUM_H_
37 typename std::remove_const<T>::type sum;
53 operator typename std::remove_const<T>::type() const
75#if defined(_MSC_VER) || defined(__INTEL_COMPILER)
76#pragma float_control( precise, on )
Safe arrays of data objects.
void operator-=(double input)
void operator+=(double input)
void operator-=(const T &input)
std::remove_const< T >::type sum
void operator+=(const T &input)
Everything should be within this namespace.
|