|
Defines |
|
#define | STORE_SINGLE 0 |
| | Store specified element only.
|
|
#define | STORE_CONJ 1 |
| | Store the conjugate only.
|
|
#define | STORE_SYMM 2 |
| | Store element and its symmetric image.
|
|
#define | STORE_HERM 3 |
| | Store element and its Hermitian image.
|
Functions |
| static int | GetEntryRaw (const oski_matBCSR_t *A, oski_index_t i0, oski_index_t j0, oski_value_t *p_value) |
| | Reads a matrix entry.
|
| int | oski_GetMatReprEntry (const void *mat, const oski_matcommon_t *props, oski_index_t row, oski_index_t col, oski_value_t *p_value) |
| static int | SetEntryRaw (oski_matBCSR_t *A, int store_op, oski_index_t i0, oski_index_t j0, oski_value_t new_val) |
| | Changes a matrix entry to a given value.
|
| int | oski_SetMatReprEntry (void *mat, const oski_matcommon_t *props, oski_index_t row, oski_index_t col, oski_value_t new_val) |