SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
template<domain D :shared3p , type T> | |
D T | applyPrivatePermutationCols (D T[[2]] data, D uint[[1]] p) |
Permute matrix columns according to a private permutation.
X | - matrix to be permuted |
p | - permutation. Output column at index i will be X[:, p[i]] . |
X
where columns have been permuted according to permutation p
D T applyPrivatePermutationCols | ( | D T[[2]] | data, |
D uint[[1]] | p | ||
) |