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

30 lines
687 B
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
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_space_kscience_kmath_noa_JNoa_testException
(JNIEnv *, jclass);
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);
#ifdef __cplusplus
}
#endif
#endif