kmath/kmath-noa/src/main/resources/space_kscience_kmath_noa_JNoa.h

62 lines
1.4 KiB
C
Raw Normal View History

2021-06-27 22:12:02 +01:00
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class space_kscience_kmath_noa_JNoa */
#ifndef _Included_space_kscience_kmath_noa_JNoa
#define _Included_space_kscience_kmath_noa_JNoa
#ifdef __cplusplus
extern "C" {
#endif
2021-07-05 20:20:44 +01:00
/*
* Class: space_kscience_kmath_noa_JNoa
* Method: testException
2021-07-06 12:50:52 +01:00
* Signature: (I)I
2021-07-05 20:20:44 +01:00
*/
2021-07-06 12:50:52 +01:00
JNIEXPORT jint JNICALL Java_space_kscience_kmath_noa_JNoa_testException
(JNIEnv *, jclass, jint);
2021-07-05 20:20:44 +01:00
2021-06-27 22:12:02 +01:00
/*
* Class: space_kscience_kmath_noa_JNoa
* Method: cudaIsAvailable
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_space_kscience_kmath_noa_JNoa_cudaIsAvailable
(JNIEnv *, jclass);
2021-07-06 19:10:13 +01:00
/*
* Class: space_kscience_kmath_noa_JNoa
* Method: getNumThreads
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_space_kscience_kmath_noa_JNoa_getNumThreads
(JNIEnv *, jclass);
/*
* Class: space_kscience_kmath_noa_JNoa
* Method: setNumThreads
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_space_kscience_kmath_noa_JNoa_setNumThreads
(JNIEnv *, jclass, jint);
/*
* Class: space_kscience_kmath_noa_JNoa
* Method: setSeed
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_space_kscience_kmath_noa_JNoa_setSeed
(JNIEnv *, jclass, jint);
2021-07-07 11:58:48 +01:00
/*
* Class: space_kscience_kmath_noa_JNoa
* Method: disposeTensor
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_space_kscience_kmath_noa_JNoa_disposeTensor
(JNIEnv *, jclass, jlong);
2021-06-27 22:12:02 +01:00
#ifdef __cplusplus
}
#endif
#endif