Uses of Class
org.bytedeco.gsl.gsl_spmatrix_float
-
Packages that use gsl_spmatrix_float Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_spmatrix_float in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_spmatrix_float Modifier and Type Method Description gsl_spmatrix_floatgsl_spmatrix_float. data(FloatPointer setter)gsl_spmatrix_floatgsl_spmatrix_float. getPointer(long i)gsl_spmatrix_floatgsl_spmatrix_float. i(IntPointer setter)gsl_spmatrix_floatgsl_spmatrix_float. node_size(long setter)gsl_spmatrix_floatgsl_spmatrix_float. nz(long setter)gsl_spmatrix_floatgsl_spmatrix_float. nzmax(long setter)gsl_spmatrix_floatgsl_spmatrix_float. p(IntPointer setter)gsl_spmatrix_floatgsl_spmatrix_float. pool(gsl_spmatrix_pool setter)gsl_spmatrix_floatgsl_spmatrix_float. position(long position)gsl_spmatrix_floatgsl_spmatrix_float. size1(long setter)gsl_spmatrix_floatgsl_spmatrix_float. size2(long setter)gsl_spmatrix_floatgsl_spmatrix_float. spflags(long setter)gsl_spmatrix_floatgsl_spmatrix_float. sptype(int setter)gsl_spmatrix_floatgsl_spmatrix_float. tree(gsl_bst_workspace setter)gsl_spmatrix_floatgsl_spmatrix_float. work_work_atomic(FloatPointer setter)gsl_spmatrix_floatgsl_spmatrix_float. work_work_int(IntPointer setter)gsl_spmatrix_floatgsl_spmatrix_float. work_work_void(Pointer setter) -
Uses of gsl_spmatrix_float in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_spmatrix_float Modifier and Type Method Description static gsl_spmatrix_floatgsl. gsl_spmatrix_float_alloc(long n1, long n2)static gsl_spmatrix_floatgsl. gsl_spmatrix_float_alloc_nzmax(long n1, long n2, long nzmax, int sptype)static gsl_spmatrix_floatgsl. gsl_spmatrix_float_ccs(gsl_spmatrix_float src)static gsl_spmatrix_floatgsl. gsl_spmatrix_float_compcol(gsl_spmatrix_float src)static gsl_spmatrix_floatgsl. gsl_spmatrix_float_compress(gsl_spmatrix_float src, int sptype)static gsl_spmatrix_floatgsl. gsl_spmatrix_float_crs(gsl_spmatrix_float src)static gsl_spmatrix_floatgsl. gsl_spmatrix_float_fscanf(gsl.FILE stream)
-