A class for indexing operations. More...
#include <IndexOps.hpp>
Static Public Member Functions | |
static jintArray | find (JNIEnv *env, jobject thisObj, jintArray srcV, jintArray srcD, jintArray srcS, jintArray logical) |
Extracts the valid indices along a dimension anchored at the given logical index. More... | |
A class for indexing operations.
|
static |
Extracts the valid indices along a dimension anchored at the given logical index.
env | the JNI environment. |
thisObj | this object. |
srcV | the source values. |
srcD | the source dimensions. |
srcS | the source strides. |
logical | the logical index. |