![]() |
SuperSCS
1.3.2
|
Matrix in compressed-column or triplet form. More...
#include <cs.h>
Data Fields | |
scs_int | nzmax |
maximum number of entries More... | |
scs_int | m |
number of rows More... | |
scs_int | n |
number of columns More... | |
scs_int * | p |
column pointers (size n+1) or col indices (size nzmax) More... | |
scs_int * | i |
row indices, size nzmax More... | |
scs_float * | x |
numerical values, size nzmax More... | |
scs_int | nz |
Number of entries in triplet matrix, -1 for compressed-col. More... | |
Matrix in compressed-column or triplet form.
This is a subset of the routines in the CSPARSE package by Tim Davis et. al. For the full package please visit http://www.cise.ufl.edu/research/sparse/CSparse/.
scs_int* i |
row indices, size nzmax
scs_int m |
number of rows
scs_int n |
number of columns
scs_int nz |
Number of entries in triplet matrix, -1 for compressed-col.
scs_int nzmax |
maximum number of entries
scs_int* p |
column pointers (size n+1) or col indices (size nzmax)
scs_float* x |
numerical values, size nzmax