gsl v0.1.8 (2017-02-24T13:32:01Z)
Home
Dub
Repo
gsl_spmatrix_tree
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_tree {
void
*
tree
;
void
*
node_array
;
size_t
n
;
}
Members
Variables
n
size_t
n
;
Undocumented in source.
node_array
void
*
node_array
;
Undocumented in source.
tree
void
*
tree
;
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