| Package | Description |
|---|---|
| org.bytedeco.gsl | |
| org.bytedeco.gsl.global |
| Modifier and Type | Method and Description |
|---|---|
gsl_dht |
gsl_dht.j(DoublePointer setter) |
gsl_dht |
gsl_dht.J2(DoublePointer setter) |
gsl_dht |
gsl_dht.Jjj(DoublePointer setter) |
gsl_dht |
gsl_dht.kmax(double setter) |
gsl_dht |
gsl_dht.nu(double setter) |
gsl_dht |
gsl_dht.position(long position) |
gsl_dht |
gsl_dht.size(long setter) |
gsl_dht |
gsl_dht.xmax(double setter) |
| Modifier and Type | Method and Description |
|---|---|
static gsl_dht |
gsl.gsl_dht_alloc(long size) |
static gsl_dht |
gsl.gsl_dht_new(long size,
double nu,
double xmax) |
| Modifier and Type | Method and Description |
|---|---|
static int |
gsl.gsl_dht_apply(gsl_dht t,
double[] f_in,
double[] f_out) |
static int |
gsl.gsl_dht_apply(gsl_dht t,
DoubleBuffer f_in,
DoubleBuffer f_out) |
static int |
gsl.gsl_dht_apply(gsl_dht t,
DoublePointer f_in,
DoublePointer f_out) |
static void |
gsl.gsl_dht_free(gsl_dht t) |
static int |
gsl.gsl_dht_init(gsl_dht t,
double nu,
double xmax) |
static double |
gsl.gsl_dht_k_sample(gsl_dht t,
int n) |
static double |
gsl.gsl_dht_x_sample(gsl_dht t,
int n) |
Copyright © 2020. All rights reserved.