#include <sparse-matrix.h>
Public Attributes | |
| int * | col |
| REAL_VALUE * | mat_val |
| int | num_non_zero |
| int | num_rows |
| int * | row_length |
| int * | row_start |
Definition at line 67 of file sparse-matrix.h.
| int* Matrix_Struct::col |
Definition at line 73 of file sparse-matrix.h.
Definition at line 70 of file sparse-matrix.h.
Definition at line 69 of file sparse-matrix.h.
Definition at line 68 of file sparse-matrix.h.
Definition at line 72 of file sparse-matrix.h.
Definition at line 71 of file sparse-matrix.h.