shared
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends
Static Public Member Functions | List of all members
IndexOps Class Reference

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...
 

Detailed Description

A class for indexing operations.

Member Function Documentation

jintArray IndexOps::find ( JNIEnv *  env,
jobject  thisObj,
jintArray  srcV,
jintArray  srcD,
jintArray  srcS,
jintArray  logical 
)
static

Extracts the valid indices along a dimension anchored at the given logical index.

Parameters
envthe JNI environment.
thisObjthis object.
srcVthe source values.
srcDthe source dimensions.
srcSthe source strides.
logicalthe logical index.
Returns
the valid indices.