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

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

eigs(JNIEnv *env, jobject thisObj, jdoubleArray srcV, jdoubleArray vecV, jdoubleArray valV, jint size)LinearAlgebraOpsstatic
invert(JNIEnv *env, jobject thisObj, jdoubleArray srcV, jdoubleArray dstV, jint size)LinearAlgebraOpsstatic
svd(JNIEnv *env, jobject thisObj, jdoubleArray srcV, jint srcStrideRow, jint srcStrideCol, jdoubleArray uV, jdoubleArray sV, jdoubleArray vV, jint nRows, jint nCols)LinearAlgebraOpsstatic