|
static void | rdOp (JNIEnv *env, jobject thisObj, jint type, jdoubleArray srcV, jintArray srcD, jintArray srcS, jdoubleArray dstV, jintArray opDims) |
| Performs a real dimension operation. More...
|
|
static void | riOp (JNIEnv *env, jobject thisObj, jint type, jdoubleArray srcV, jintArray srcD, jintArray srcS, jintArray dstV, jint dim) |
| Performs a real index operation. More...
|
|
static void | rrOp (JNIEnv *env, jobject thisObj, jint type, jdoubleArray srcV, jintArray srcD, jintArray srcS, jdoubleArray dstV, jintArray dstD, jintArray dstS, jintArray opDims) |
| Performs a real reduce operation. More...
|
|
static void | assignBaseIndices (jint *srcIndices, const jint *srcDArr, jint *srcDArrModified, const jint *srcSArr, jint *srcSArrModified, jint nDims, jint dim) |
| Assigns base indices when excluding a dimension. More...
|
|
static void | riMax (jdouble *, const jint *, jint *, jint, jint, jint) |
| Real index maximum.
|
|
static void | riMin (jdouble *, const jint *, jint *, jint, jint, jint) |
| Real index minimum.
|
|
static void | riZero (jdouble *, const jint *, jint *, jint, jint, jint) |
| Real index find zeroes.
|
|
static void | riGZero (jdouble *, const jint *, jint *, jint, jint, jint) |
| Real index find greater-than-zeroes.
|
|
static void | riLZero (jdouble *, const jint *, jint *, jint, jint, jint) |
| Real index find less-than-zeroes.
|
|
static void | riSort (jdouble *, const jint *, jint *, jint, jint, jint) |
| Real index sort.
|
|
static void | rdSum (jdouble *, const jint *, const jint *, jdouble *, const jint *, jint, jint, jint) |
| Real dimension sum.
|
|
static void | rdProd (jdouble *, const jint *, const jint *, jdouble *, const jint *, jint, jint, jint) |
| Real dimension product.
|
|
A class for dimension-based operations.