#include <matcommon.h>
This structure defines matrix attributes which are independent of the storage format.
Data Fields | |
oski_index_t | num_rows |
Logical number of rows. | |
oski_index_t | num_cols |
Logical number of columns. | |
oski_index_t | num_nonzeros |
Number of logical non-zeros. | |
int | has_unit_diag |
![]() | |
struct { | |
int is_symm | |
![]() | |
int is_herm | |
![]() | |
int is_tri_upper | |
![]() | |
int is_tri_lower | |
![]() | |
} | pattern |
Mutually exclusive logical pattern properties. |