gsl v0.1.8 (2017-02-24T13:32:01Z)
Home
Dub
Repo
gsl_spmatrix
gsl
spmatrix
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
gsl_spmatrix {
size_t
size1
;
size_t
size2
;
size_t
*
i
;
double
*
data
;
size_t
*
p
;
size_t
nzmax
;
size_t
nz
;
gsl_spmatrix_tree
*
tree_data
;
void
*
work
;
size_t
sptype
;
}
Members
Variables
data
double
*
data
;
Undocumented in source.
i
size_t
*
i
;
Undocumented in source.
nz
size_t
nz
;
Undocumented in source.
nzmax
size_t
nzmax
;
Undocumented in source.
p
size_t
*
p
;
Undocumented in source.
size1
size_t
size1
;
Undocumented in source.
size2
size_t
size2
;
Undocumented in source.
sptype
size_t
sptype
;
Undocumented in source.
tree_data
gsl_spmatrix_tree
*
tree_data
;
Undocumented in source.
work
void
*
work
;
Undocumented in source.
Meta
Source
See Implementation
gsl
spmatrix
functions
gsl_spmatrix_add
gsl_spmatrix_alloc
gsl_spmatrix_alloc_nzmax
gsl_spmatrix_compare_idx
gsl_spmatrix_compcol
gsl_spmatrix_cumsum
gsl_spmatrix_d2sp
gsl_spmatrix_equal
gsl_spmatrix_free
gsl_spmatrix_get
gsl_spmatrix_memcpy
gsl_spmatrix_minmax
gsl_spmatrix_nnz
gsl_spmatrix_realloc
gsl_spmatrix_scale
gsl_spmatrix_set
gsl_spmatrix_set_zero
gsl_spmatrix_sp2d
gsl_spmatrix_transpose_memcpy
structs
gsl_spmatrix
gsl_spmatrix_tree