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) | LinearAlgebraOps | static |
invert(JNIEnv *env, jobject thisObj, jdoubleArray srcV, jdoubleArray dstV, jint size) | LinearAlgebraOps | static |
svd(JNIEnv *env, jobject thisObj, jdoubleArray srcV, jint srcStrideRow, jint srcStrideCol, jdoubleArray uV, jdoubleArray sV, jdoubleArray vV, jint nRows, jint nCols) | LinearAlgebraOps | static |