BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Data Fields
oski_inmatpropset_t Struct Reference

Collected input matrix property settings. More...

#include <inmatprop.h>

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].

Detailed Description

Collected input matrix property settings.

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.

See also:
oski_inmatprop_t, oski_InitMatPropSet()

Field Documentation


The documentation for this struct was generated from the following file: