Skip to main content

sparse_transpose

Function sparse_transpose 

Source
pub fn sparse_transpose(a: &SparseCsr) -> SparseCsr
Expand description

Transpose a CSR matrix. Returns a new CSR where rows and columns are swapped.