Uses of Class
org.bytedeco.gsl.gsl_spmatrix_long
-
Packages that use gsl_spmatrix_long Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_spmatrix_long in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_spmatrix_long Modifier and Type Method Description gsl_spmatrix_longgsl_spmatrix_long. data(CLongPointer setter)gsl_spmatrix_longgsl_spmatrix_long. getPointer(long i)gsl_spmatrix_longgsl_spmatrix_long. i(IntPointer setter)gsl_spmatrix_longgsl_spmatrix_long. node_size(long setter)gsl_spmatrix_longgsl_spmatrix_long. nz(long setter)gsl_spmatrix_longgsl_spmatrix_long. nzmax(long setter)gsl_spmatrix_longgsl_spmatrix_long. p(IntPointer setter)gsl_spmatrix_longgsl_spmatrix_long. pool(gsl_spmatrix_pool setter)gsl_spmatrix_longgsl_spmatrix_long. position(long position)gsl_spmatrix_longgsl_spmatrix_long. size1(long setter)gsl_spmatrix_longgsl_spmatrix_long. size2(long setter)gsl_spmatrix_longgsl_spmatrix_long. spflags(long setter)gsl_spmatrix_longgsl_spmatrix_long. sptype(int setter)gsl_spmatrix_longgsl_spmatrix_long. tree(gsl_bst_workspace setter)gsl_spmatrix_longgsl_spmatrix_long. work_work_atomic(CLongPointer setter)gsl_spmatrix_longgsl_spmatrix_long. work_work_int(IntPointer setter)gsl_spmatrix_longgsl_spmatrix_long. work_work_void(Pointer setter) -
Uses of gsl_spmatrix_long in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_spmatrix_long Modifier and Type Method Description static gsl_spmatrix_longgsl. gsl_spmatrix_long_alloc(long n1, long n2)static gsl_spmatrix_longgsl. gsl_spmatrix_long_alloc_nzmax(long n1, long n2, long nzmax, int sptype)static gsl_spmatrix_longgsl. gsl_spmatrix_long_ccs(gsl_spmatrix_long src)static gsl_spmatrix_longgsl. gsl_spmatrix_long_compcol(gsl_spmatrix_long src)static gsl_spmatrix_longgsl. gsl_spmatrix_long_compress(gsl_spmatrix_long src, int sptype)static gsl_spmatrix_longgsl. gsl_spmatrix_long_crs(gsl_spmatrix_long src)static gsl_spmatrix_longgsl. gsl_spmatrix_long_fscanf(gsl.FILE stream)
-