Memosa-FVM
0.2
|
#include <NumType.h>
Public Types | |
typedef double | This_T |
typedef double | T_Scalar |
typedef double | T_BuiltIn |
Static Public Member Functions | |
static PrimType | getPrimType () |
static string | getTypeName () |
static int | getDimension () |
static void | getShape (int *shp) |
static int | getDataSize () |
static double | getZero () |
static double | getUnity () |
static double | getNegativeUnity () |
static double | sqrt (const double x) |
static void | write (FILE *fp, const double x) |
static double | doubleMeasure (const double x) |
static void | accumulateOneNorm (double &sum, const double &v) |
static void | accumulateDotProduct (double &sum, const double &v0, const double &v1) |
static void | reduceSum (T_Scalar &sum, const This_T &x) |
static void | safeDivide (double &x, const double &y) |
static void | normalize (double &x, const double &y) |
static void | setMax (double &x, const double &y) |
typedef double NumTypeTraits< double >::T_BuiltIn |
typedef double NumTypeTraits< double >::T_Scalar |
typedef double NumTypeTraits< double >::This_T |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |