#include <math.h>
#include "std/config.H"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "std/dllimpexp.H"
Go to the source code of this file.
Functions | |
double | epsAbsMath () |
double | epsAbsSqrdMath () |
double | epsNorMath () |
double | epsNorSqrdMath () |
DllImpExp void | setEpsAbsMath (double eps) |
template<class T> T | operator * (double s, const T &p) |
double | Acos (double x) |
Variables | |
DllImpExp double | gEpsAbsMath |
DllImpExp double | gEpsAbsSqrdMath |
DllImpExp const double | gEpsNorMath |
DllImpExp const double | gEpsNorSqrdMath |
DllImpExp const double | gEpsZeroMath |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|