-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathalgebra_msm_FixedBaseMSM.h
37 lines (33 loc) · 1.11 KB
/
algebra_msm_FixedBaseMSM.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class algebra_msm_FixedBaseMSM */
#ifndef _Included_algebra_msm_FixedBaseMSM
#define _Included_algebra_msm_FixedBaseMSM
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: algebra_msm_FixedBaseMSM
* Method: batchMSMNativeHelper
* Signature: (IIIIII[B[BII)[B
*/
JNIEXPORT jbyteArray JNICALL Java_algebra_msm_FixedBaseMSM_batchMSMNativeHelper
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jbyteArray, jbyteArray, jint, jint);
/*
* Class: algebra_msm_FixedBaseMSM
* Method: doubleBatchMSMNativeHelper
* Signature: (IIIIIIIII[B[B[BI)[B
*/
JNIEXPORT jbyteArray JNICALL Java_algebra_msm_FixedBaseMSM_doubleBatchMSMNativeHelper
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jint, jint, jbyteArray, jbyteArray, jbyteArray, jint);
/*
* Class: algebra_msm_FixedBaseMSM
* Method: fieldBatchMSMNativeHelper
* Signature: ([BII)[B
*/
JNIEXPORT jbyteArray JNICALL Java_algebra_msm_FixedBaseMSM_fieldBatchMSMNativeHelper
(JNIEnv *, jclass, jbyteArray, jint, jint);
#ifdef __cplusplus
}
#endif
#endif