Uses of Class
org.bytedeco.gsl.gsl_spmatrix_short
-
Packages that use gsl_spmatrix_short Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_spmatrix_short in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_spmatrix_short Modifier and Type Method Description gsl_spmatrix_shortgsl_spmatrix_short. data(ShortPointer setter)gsl_spmatrix_shortgsl_spmatrix_short. getPointer(long i)gsl_spmatrix_shortgsl_spmatrix_short. i(IntPointer setter)gsl_spmatrix_shortgsl_spmatrix_short. node_size(long setter)gsl_spmatrix_shortgsl_spmatrix_short. nz(long setter)gsl_spmatrix_shortgsl_spmatrix_short. nzmax(long setter)gsl_spmatrix_shortgsl_spmatrix_short. p(IntPointer setter)gsl_spmatrix_shortgsl_spmatrix_short. pool(gsl_spmatrix_pool setter)gsl_spmatrix_shortgsl_spmatrix_short. position(long position)gsl_spmatrix_shortgsl_spmatrix_short. size1(long setter)gsl_spmatrix_shortgsl_spmatrix_short. size2(long setter)gsl_spmatrix_shortgsl_spmatrix_short. spflags(long setter)gsl_spmatrix_shortgsl_spmatrix_short. sptype(int setter)gsl_spmatrix_shortgsl_spmatrix_short. tree(gsl_bst_workspace setter)gsl_spmatrix_shortgsl_spmatrix_short. work_work_atomic(ShortPointer setter)gsl_spmatrix_shortgsl_spmatrix_short. work_work_int(IntPointer setter)gsl_spmatrix_shortgsl_spmatrix_short. work_work_void(Pointer setter) -
Uses of gsl_spmatrix_short in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_spmatrix_short Modifier and Type Method Description static gsl_spmatrix_shortgsl. gsl_spmatrix_short_alloc(long n1, long n2)static gsl_spmatrix_shortgsl. gsl_spmatrix_short_alloc_nzmax(long n1, long n2, long nzmax, int sptype)static gsl_spmatrix_shortgsl. gsl_spmatrix_short_ccs(gsl_spmatrix_short src)static gsl_spmatrix_shortgsl. gsl_spmatrix_short_compcol(gsl_spmatrix_short src)static gsl_spmatrix_shortgsl. gsl_spmatrix_short_compress(gsl_spmatrix_short src, int sptype)static gsl_spmatrix_shortgsl. gsl_spmatrix_short_crs(gsl_spmatrix_short src)static gsl_spmatrix_shortgsl. gsl_spmatrix_short_fscanf(gsl.FILE stream)
-