shared
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends
MatrixOps Member List

This is the complete list of members for MatrixOps, including all inherited members.

diag(JNIEnv *env, jobject thisObj, jdoubleArray srcV, jdoubleArray dstV, jint size, jboolean complex)MatrixOpsstatic
diag(const T *srcArr, T *dstArr, jint size)MatrixOpsinlinestatic
diag(const T *srcArr, T *dstArr, jint size) (defined in MatrixOps)MatrixOpsinline
diagProxy(JNIEnv *env, jarray srcV, jarray dstV, jint size, jboolean complex) (defined in MatrixOps)MatrixOpsinline
mul(JNIEnv *env, jobject thisObj, jdoubleArray lhsV, jdoubleArray rhsV, jint lhsR, jint rhsC, jdoubleArray dstV, jboolean complex)MatrixOpsstatic
mul(const T *lArr, const T *rArr, jint inner, T *outArr, jint lr, jint rc, T zero)MatrixOpsinlinestatic
mul(const T *lArr, const T *rArr, jint inner, T *outArr, jint lr, jint rc, T zero) (defined in MatrixOps)MatrixOpsinline
mulProxy(JNIEnv *env, jarray lhsV, jarray rhsV, jint lhsR, jint rhsC, jarray dstV, T zero, jboolean complex) (defined in MatrixOps)MatrixOpsinline