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