You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1004 B
37 lines
1004 B
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class sparse_NDSparseMatrix */
|
|
|
|
#ifndef _Included_sparse_NDSparseMatrix
|
|
#define _Included_sparse_NDSparseMatrix
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: sparse_NDSparseMatrix
|
|
* Method: PS_BuildNDSparseMatrix
|
|
* Signature: (JJJIJIJI)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_sparse_NDSparseMatrix_PS_1BuildNDSparseMatrix
|
|
(JNIEnv *, jclass, jlong, jlong, jlong, jint, jlong, jint, jlong, jint);
|
|
|
|
/*
|
|
* Class: sparse_NDSparseMatrix
|
|
* Method: PS_BuildSubNDSparseMatrix
|
|
* Signature: (JJJIJIJIJ)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_sparse_NDSparseMatrix_PS_1BuildSubNDSparseMatrix
|
|
(JNIEnv *, jclass, jlong, jlong, jlong, jint, jlong, jint, jlong, jint, jlong);
|
|
|
|
/*
|
|
* Class: sparse_NDSparseMatrix
|
|
* Method: PS_DeleteNDSparseMatrix
|
|
* Signature: (J)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_sparse_NDSparseMatrix_PS_1DeleteNDSparseMatrix
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|