Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Indexing scheme used for accessing the data in CSR layout
Indexing | ( | int | value | ) |
Constructs the indexing scheme object using the provided value
value | Value corresponding to the indexing scheme object |
Static Public Attributes | |
static final Indexing | zeroBased = new Indexing(zeroBasedValue) |
static final Indexing | oneBased = new Indexing(oneBasedValue) |
int getValue | ( | ) |
Returns the value corresponding to the indexing scheme object
For more complete information about compiler optimizations, see our Optimization Notice.