#include <inmatprop.h>
On matrix handle creation, the implementation parses the user's variable argument list specifying input matrix properties, and stores them in a 'canonical form' in an instance of this data structure.
Data Fields | |
oski_inmatprop_t | pattern |
[DEFAULT=MAT_GENERAL]. | |
int | has_unit_diag_implicit |
0 or 1 [DEFAULT=0]. | |
int | index_base |
0 or 1 [DEFAULT=1]. | |
int | has_sorted_indices |
0 or 1 [DEFAULT=0]. | |
int | has_unique_indices |
0 or 1 [DEFAULT=0]. |