| Package | Description |
|---|---|
| com.kabouterlabs.jodeint.cquadpack |
| Modifier and Type | Method and Description |
|---|---|
static CquadpackLibrary.quadpack_log_weight_function_e |
CquadpackLibrary.quadpack_log_weight_function_e.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CquadpackLibrary.quadpack_log_weight_function_e[] |
CquadpackLibrary.quadpack_log_weight_function_e.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<CquadpackLibrary.quadpack_log_weight_function_e> |
CquadpackLibrary.quadpack_log_weight_function_e.fromValue(int value) |
Iterator<CquadpackLibrary.quadpack_log_weight_function_e> |
CquadpackLibrary.quadpack_log_weight_function_e.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.Pointer<Byte> |
CquadpackLibrary.log_weight_to_string(org.bridj.IntValuedEnum<CquadpackLibrary.quadpack_log_weight_function_e> w)
Original signature :
char* log_weight_to_string(QUADPACK_LOG_WEIGHT_FUNCTION)native declaration : src/main/native/codeint/cquadpack/include/cquadpack.h:52 |
static org.bridj.IntValuedEnum<CquadpackLibrary.quadpack_errno_e> |
CquadpackLibrary.qawse_basic(org.bridj.Pointer<CquadpackLibrary.cquadpack_ode_func> func,
double a,
double b,
double alfa,
double beta,
org.bridj.IntValuedEnum<CquadpackLibrary.quadpack_log_weight_function_e> integr,
org.bridj.Pointer<Double> result)
Original signature :
QUADPACK_ERRNO qawse_basic(cquadpack_ode_func, double, double, double, double, QUADPACK_LOG_WEIGHT_FUNCTION, double*)native declaration : src/main/native/codeint/cquadpack/include/cquadpack.h:59 |
Copyright © 2017. All rights reserved.