Uses of Class
org.bytedeco.gsl.gsl_ieee_float_rep
-
Packages that use gsl_ieee_float_rep Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_ieee_float_rep in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_ieee_float_rep Modifier and Type Method Description gsl_ieee_float_repgsl_ieee_float_rep. exponent(int setter)gsl_ieee_float_repgsl_ieee_float_rep. getPointer(long i)gsl_ieee_float_repgsl_ieee_float_rep. mantissa(int i, byte setter)gsl_ieee_float_repgsl_ieee_float_rep. position(long position)gsl_ieee_float_repgsl_ieee_float_rep. sign(int setter)gsl_ieee_float_repgsl_ieee_float_rep. type(int setter) -
Uses of gsl_ieee_float_rep in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global with parameters of type gsl_ieee_float_rep Modifier and Type Method Description static voidgsl. gsl_ieee_float_to_rep(float[] x, gsl_ieee_float_rep r)static voidgsl. gsl_ieee_float_to_rep(FloatBuffer x, gsl_ieee_float_rep r)static voidgsl. gsl_ieee_float_to_rep(FloatPointer x, gsl_ieee_float_rep r)
-