Uses of Class
org.bytedeco.gsl.gsl_ntuple
-
Packages that use gsl_ntuple Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_ntuple in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_ntuple Modifier and Type Method Description gsl_ntuplegsl_ntuple. file(gsl.FILE setter)gsl_ntuplegsl_ntuple. getPointer(long i)gsl_ntuplegsl_ntuple. ntuple_data(Pointer setter)gsl_ntuplegsl_ntuple. position(long position)gsl_ntuplegsl_ntuple. size(long setter) -
Uses of gsl_ntuple in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_ntuple Modifier and Type Method Description static gsl_ntuplegsl. gsl_ntuple_create(byte[] filename, Pointer ntuple_data, long size)static gsl_ntuplegsl. gsl_ntuple_create(ByteBuffer filename, Pointer ntuple_data, long size)static gsl_ntuplegsl. gsl_ntuple_create(BytePointer filename, Pointer ntuple_data, long size)static gsl_ntuplegsl. gsl_ntuple_open(byte[] filename, Pointer ntuple_data, long size)static gsl_ntuplegsl. gsl_ntuple_open(ByteBuffer filename, Pointer ntuple_data, long size)static gsl_ntuplegsl. gsl_ntuple_open(BytePointer filename, Pointer ntuple_data, long size)Methods in org.bytedeco.gsl.global with parameters of type gsl_ntuple Modifier and Type Method Description static intgsl. gsl_ntuple_bookdata(gsl_ntuple ntuple)static intgsl. gsl_ntuple_close(gsl_ntuple ntuple)static intgsl. gsl_ntuple_project(gsl_histogram h, gsl_ntuple ntuple, gsl_ntuple_value_fn value_func, gsl_ntuple_select_fn select_func)static intgsl. gsl_ntuple_read(gsl_ntuple ntuple)static intgsl. gsl_ntuple_write(gsl_ntuple ntuple)
-