BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Generic row/column permutation structure. More...
#include <perm.h>
Data Fields | |
oski_index_t | length |
![]() | |
oski_index_t * | perm |
![]() |
Generic row/column permutation structure.
This data structure stores an permutation matrix
in an array 'perm' such that the operation
is implemented by assigning y[i] = x[perm[i]] for 0 <= i <
.
The transpose operation is implemented by assigning y[perm[i]] = x[i].