| Package | Description |
|---|---|
| org.bytedeco.gsl | |
| org.bytedeco.gsl.global |
| Modifier and Type | Method and Description |
|---|---|
gsl_ntuple |
gsl_ntuple.file(gsl.FILE setter) |
gsl_ntuple |
gsl_ntuple.getPointer(long i) |
gsl_ntuple |
gsl_ntuple.ntuple_data(Pointer setter) |
gsl_ntuple |
gsl_ntuple.position(long position) |
gsl_ntuple |
gsl_ntuple.size(long setter) |
| Modifier and Type | Method and Description |
|---|---|
static gsl_ntuple |
gsl.gsl_ntuple_create(byte[] filename,
Pointer ntuple_data,
long size) |
static gsl_ntuple |
gsl.gsl_ntuple_create(ByteBuffer filename,
Pointer ntuple_data,
long size) |
static gsl_ntuple |
gsl.gsl_ntuple_create(BytePointer filename,
Pointer ntuple_data,
long size) |
static gsl_ntuple |
gsl.gsl_ntuple_open(byte[] filename,
Pointer ntuple_data,
long size) |
static gsl_ntuple |
gsl.gsl_ntuple_open(ByteBuffer filename,
Pointer ntuple_data,
long size) |
static gsl_ntuple |
gsl.gsl_ntuple_open(BytePointer filename,
Pointer ntuple_data,
long size) |
| Modifier and Type | Method and Description |
|---|---|
static int |
gsl.gsl_ntuple_bookdata(gsl_ntuple ntuple) |
static int |
gsl.gsl_ntuple_close(gsl_ntuple ntuple) |
static int |
gsl.gsl_ntuple_project(gsl_histogram h,
gsl_ntuple ntuple,
gsl_ntuple_value_fn value_func,
gsl_ntuple_select_fn select_func) |
static int |
gsl.gsl_ntuple_read(gsl_ntuple ntuple) |
static int |
gsl.gsl_ntuple_write(gsl_ntuple ntuple) |
Copyright © 2024. All rights reserved.