static int |
gsl.gsl_spmatrix_long_add_to_dense(gsl_matrix_long a,
gsl_spmatrix_long b) |
static int |
gsl.gsl_spmatrix_long_add(gsl_spmatrix_long c,
gsl_spmatrix_long a,
gsl_spmatrix_long b) |
static gsl_spmatrix_long |
gsl.gsl_spmatrix_long_ccs(gsl_spmatrix_long src) |
static gsl_spmatrix_long |
gsl.gsl_spmatrix_long_compcol(gsl_spmatrix_long src) |
static gsl_spmatrix_long |
gsl.gsl_spmatrix_long_compress(gsl_spmatrix_long src,
int sptype) |
static gsl_spmatrix_long |
gsl.gsl_spmatrix_long_crs(gsl_spmatrix_long src) |
static int |
gsl.gsl_spmatrix_long_csc(gsl_spmatrix_long dest,
gsl_spmatrix_long src) |
static int |
gsl.gsl_spmatrix_long_csr(gsl_spmatrix_long dest,
gsl_spmatrix_long src) |
static int |
gsl.gsl_spmatrix_long_d2sp(gsl_spmatrix_long T,
gsl_matrix_long A) |
static int |
gsl.gsl_spmatrix_long_equal(gsl_spmatrix_long a,
gsl_spmatrix_long b) |
static int |
gsl.gsl_spmatrix_long_fprintf(gsl.FILE stream,
gsl_spmatrix_long m,
BytePointer format) |
static int |
gsl.gsl_spmatrix_long_fprintf(gsl.FILE stream,
gsl_spmatrix_long m,
String format) |
static int |
gsl.gsl_spmatrix_long_fread(gsl.FILE stream,
gsl_spmatrix_long m) |
static void |
gsl.gsl_spmatrix_long_free(gsl_spmatrix_long m) |
static int |
gsl.gsl_spmatrix_long_fwrite(gsl.FILE stream,
gsl_spmatrix_long m) |
static long |
gsl.gsl_spmatrix_long_get(gsl_spmatrix_long m,
long i,
long j) |
static int |
gsl.gsl_spmatrix_long_memcpy(gsl_spmatrix_long dest,
gsl_spmatrix_long src) |
static int |
gsl.gsl_spmatrix_long_min_index(gsl_spmatrix_long m,
SizeTPointer imin_out,
SizeTPointer jmin_out) |
static int |
gsl.gsl_spmatrix_long_minmax(gsl_spmatrix_long m,
CLongPointer min_out,
CLongPointer max_out) |
static long |
gsl.gsl_spmatrix_long_nnz(gsl_spmatrix_long m) |
static CLongPointer |
gsl.gsl_spmatrix_long_ptr(gsl_spmatrix_long m,
long i,
long j) |
static int |
gsl.gsl_spmatrix_long_realloc(long nzmax,
gsl_spmatrix_long m) |
static int |
gsl.gsl_spmatrix_long_scale_columns(gsl_spmatrix_long m,
gsl_vector_long x) |
static int |
gsl.gsl_spmatrix_long_scale_rows(gsl_spmatrix_long m,
gsl_vector_long x) |
static int |
gsl.gsl_spmatrix_long_scale(gsl_spmatrix_long m,
long x) |
static int |
gsl.gsl_spmatrix_long_set_zero(gsl_spmatrix_long m) |
static int |
gsl.gsl_spmatrix_long_set(gsl_spmatrix_long m,
long i,
long j,
long x) |
static int |
gsl.gsl_spmatrix_long_sp2d(gsl_matrix_long A,
gsl_spmatrix_long S) |
static int |
gsl.gsl_spmatrix_long_transpose_memcpy(gsl_spmatrix_long dest,
gsl_spmatrix_long src) |
static int |
gsl.gsl_spmatrix_long_transpose(gsl_spmatrix_long m) |
static int |
gsl.gsl_spmatrix_long_transpose2(gsl_spmatrix_long m) |
static int |
gsl.gsl_spmatrix_long_tree_rebuild(gsl_spmatrix_long m) |
static BytePointer |
gsl.gsl_spmatrix_long_type(gsl_spmatrix_long m) |