Uses of Class
org.bytedeco.gsl.gsl_spmatrix
-
Packages that use gsl_spmatrix Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_spmatrix in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_spmatrix Modifier and Type Method Description gsl_spmatrixgsl_spmatrix. data(DoublePointer setter)gsl_spmatrixgsl_spmatrix. getPointer(long i)gsl_spmatrixgsl_spmatrix. i(IntPointer setter)gsl_spmatrixgsl_spmatrix. node_size(long setter)gsl_spmatrixgsl_spmatrix. nz(long setter)gsl_spmatrixgsl_spmatrix. nzmax(long setter)gsl_spmatrixgsl_spmatrix. p(IntPointer setter)gsl_spmatrixgsl_spmatrix. pool(gsl_spmatrix_pool setter)gsl_spmatrixgsl_spmatrix. position(long position)gsl_spmatrixgsl_spmatrix. size1(long setter)gsl_spmatrixgsl_spmatrix. size2(long setter)gsl_spmatrixgsl_spmatrix. spflags(long setter)gsl_spmatrixgsl_spmatrix. sptype(int setter)gsl_spmatrixgsl_spmatrix. tree(gsl_bst_workspace setter)gsl_spmatrixgsl_spmatrix. work_work_atomic(DoublePointer setter)gsl_spmatrixgsl_spmatrix. work_work_int(IntPointer setter)gsl_spmatrixgsl_spmatrix. work_work_void(Pointer setter)Methods in org.bytedeco.gsl with parameters of type gsl_spmatrix Modifier and Type Method Description intgsl_splinalg_itersolve_type.Iterate_gsl_spmatrix_gsl_vector_double_gsl_vector_Pointer. call(gsl_spmatrix A, gsl_vector b, double tol, gsl_vector x, Pointer arg4) -
Uses of gsl_spmatrix in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_spmatrix Modifier and Type Method Description static gsl_spmatrixgsl. gsl_spmatrix_alloc(long n1, long n2)static gsl_spmatrixgsl. gsl_spmatrix_alloc_nzmax(long n1, long n2, long nzmax, int sptype)static gsl_spmatrixgsl. gsl_spmatrix_ccs(gsl_spmatrix src)static gsl_spmatrixgsl. gsl_spmatrix_compcol(gsl_spmatrix src)static gsl_spmatrixgsl. gsl_spmatrix_compress(gsl_spmatrix src, int sptype)static gsl_spmatrixgsl. gsl_spmatrix_crs(gsl_spmatrix src)static gsl_spmatrixgsl. gsl_spmatrix_fscanf(gsl.FILE stream)
-