Uses of Class
org.bytedeco.gsl.gsl_spmatrix_char
-
Packages that use gsl_spmatrix_char Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_spmatrix_char in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_spmatrix_char Modifier and Type Method Description gsl_spmatrix_chargsl_spmatrix_char. data(BytePointer setter)gsl_spmatrix_chargsl_spmatrix_char. getPointer(long i)gsl_spmatrix_chargsl_spmatrix_char. i(IntPointer setter)gsl_spmatrix_chargsl_spmatrix_char. node_size(long setter)gsl_spmatrix_chargsl_spmatrix_char. nz(long setter)gsl_spmatrix_chargsl_spmatrix_char. nzmax(long setter)gsl_spmatrix_chargsl_spmatrix_char. p(IntPointer setter)gsl_spmatrix_chargsl_spmatrix_char. pool(gsl_spmatrix_pool setter)gsl_spmatrix_chargsl_spmatrix_char. position(long position)gsl_spmatrix_chargsl_spmatrix_char. size1(long setter)gsl_spmatrix_chargsl_spmatrix_char. size2(long setter)gsl_spmatrix_chargsl_spmatrix_char. spflags(long setter)gsl_spmatrix_chargsl_spmatrix_char. sptype(int setter)gsl_spmatrix_chargsl_spmatrix_char. tree(gsl_bst_workspace setter)gsl_spmatrix_chargsl_spmatrix_char. work_work_atomic(BytePointer setter)gsl_spmatrix_chargsl_spmatrix_char. work_work_int(IntPointer setter)gsl_spmatrix_chargsl_spmatrix_char. work_work_void(Pointer setter) -
Uses of gsl_spmatrix_char in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_spmatrix_char Modifier and Type Method Description static gsl_spmatrix_chargsl. gsl_spmatrix_char_alloc(long n1, long n2)static gsl_spmatrix_chargsl. gsl_spmatrix_char_alloc_nzmax(long n1, long n2, long nzmax, int sptype)static gsl_spmatrix_chargsl. gsl_spmatrix_char_ccs(gsl_spmatrix_char src)static gsl_spmatrix_chargsl. gsl_spmatrix_char_compcol(gsl_spmatrix_char src)static gsl_spmatrix_chargsl. gsl_spmatrix_char_compress(gsl_spmatrix_char src, int sptype)static gsl_spmatrix_chargsl. gsl_spmatrix_char_crs(gsl_spmatrix_char src)static gsl_spmatrix_chargsl. gsl_spmatrix_char_fscanf(gsl.FILE stream)
-