#include <ladel_types.h>
Column of a sparse matrix.
Definition at line 90 of file ladel_types.h.
Data Fields | |
ladel_int * | i |
List of row indices. More... | |
ladel_double * | x |
List of values. More... | |
ladel_int | nz |
Number of elements in the column. More... | |
ladel_int | nzmax |
Maximum number of elements in the column (allocated space) More... | |
ladel_int* ladel_col_struct::i |
List of row indices.
Definition at line 91 of file ladel_types.h.
ladel_int ladel_col_struct::nz |
Number of elements in the column.
Definition at line 93 of file ladel_types.h.
ladel_int ladel_col_struct::nzmax |
Maximum number of elements in the column (allocated space)
Definition at line 94 of file ladel_types.h.
ladel_double* ladel_col_struct::x |
List of values.
Definition at line 92 of file ladel_types.h.