Expand description
permutation matrix
Modules§
- generic
- generic
Permwrapper
Structs§
- Own
- see
super::Perm - Ref
- see
super::PermRef
Functions§
- permute_
cols - computes a permutation of the columns of the source matrix using the given permutation, and stores the result in the destination matrix
- permute_
cols_ in_ place - computes a permutation of the columns of the matrix using the given permutation, and stores the result in the same matrix.
- permute_
cols_ in_ place_ scratch - computes the size and alignment of required workspace for applying a column permutation to a matrix in place
- permute_
rows - computes a permutation of the rows of the source matrix using the given permutation, and stores the result in the destination matrix
- permute_
rows_ in_ place - computes a permutation of the rows of the matrix using the given permutation, and stores the result in the same matrix
- permute_
rows_ in_ place_ scratch - computes the size and alignment of required workspace for applying a row permutation to a matrix in place
- swap_
cols - swaps the values in the columns
aandb - swap_
cols_ idx - swaps the two columns at indices
aandbin the given matrix - swap_
rows - swaps the values in the rows
aandb - swap_
rows_ idx - swaps the two rows at indices
aandbin the given matrix