waLBerla 7.2
|
Optimized implementation of 1/sqrt( double )
#include "core/DataTypes.h"
Classes | |
union | walberla::math::DoubleAndLongLong |
union | walberla::math::FloatAndLong |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::math |
Functions | |
template<unsigned int numIter> | |
double | walberla::math::fastInvSqrt (double y) |
Computes 1.0 / sqrt(x) with limited accuracy. | |
template<unsigned int numIter> | |
float | walberla::math::fastInvSqrt (float y) |
Float version, for documentation see above. | |