|
|
@ -43,6 +43,7 @@ typedef struct FoxGlynnWeights |
|
|
} FoxGlynnWeights; |
|
|
} FoxGlynnWeights; |
|
|
|
|
|
|
|
|
// Function prototypes |
|
|
// Function prototypes |
|
|
|
|
|
EXPORT long get_real_time(JNIEnv *env); |
|
|
EXPORT void get_string_array_from_java(JNIEnv *env, jobject strings_list, jstring *&strings_jstrings, const char **&strings, int &size); |
|
|
EXPORT void get_string_array_from_java(JNIEnv *env, jobject strings_list, jstring *&strings_jstrings, const char **&strings, int &size); |
|
|
EXPORT void release_string_array_from_java(JNIEnv *env, jstring *strings_jstrings, const char **strings, jint size); |
|
|
EXPORT void release_string_array_from_java(JNIEnv *env, jstring *strings_jstrings, const char **strings, jint size); |
|
|
EXPORT FoxGlynnWeights fox_glynn(double q_tmax, double underflow, double overflow, double accuracy); |
|
|
EXPORT FoxGlynnWeights fox_glynn(double q_tmax, double underflow, double overflow, double accuracy); |
|
|
|