- copy_csc_mat
csc* copy_csc_mat(csc* A)
Undocumented in source. Be warned that the author may not have intended to support it.
- csc_cumsum
c_int csc_cumsum(c_int* p, c_int* c, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- csc_done
csc* csc_done(csc* C, void* w, void* x, c_int ok)
Undocumented in source. Be warned that the author may not have intended to support it.
- csc_matrix
csc* csc_matrix(c_int m, c_int n, c_int nzmax, c_float* x, c_int* i, c_int* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- csc_pinv
c_int* csc_pinv(c_int* p, c_int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- csc_spalloc
csc* csc_spalloc(c_int m, c_int n, c_int nzmax, c_int values, c_int triplet)
Undocumented in source. Be warned that the author may not have intended to support it.
- csc_spfree
void csc_spfree(csc* A)
Undocumented in source. Be warned that the author may not have intended to support it.
- csc_symperm
csc* csc_symperm(csc* A, c_int* pinv, c_int* AtoC, c_int values)
Undocumented in source. Be warned that the author may not have intended to support it.
- csc_to_triu
csc* csc_to_triu(csc* M)
Undocumented in source. Be warned that the author may not have intended to support it.
- prea_copy_csc_mat
void prea_copy_csc_mat(csc* A, csc* B)
Undocumented in source. Be warned that the author may not have intended to support it.
- triplet_to_csc
csc* triplet_to_csc(csc* T, c_int* TtoC)
Undocumented in source. Be warned that the author may not have intended to support it.
- triplet_to_csr
csc* triplet_to_csr(csc* T, c_int* TtoC)
Undocumented in source. Be warned that the author may not have intended to support it.