simd_sparse_transpose

Function simd_sparse_transpose 

Source
pub fn simd_sparse_transpose<T, S>(
    matrix: &S,
    options: Option<SimdOptions>,
) -> SparseResult<CsrArray<T>>
where T: Float + Debug + Copy + 'static + SimdUnifiedOps + Send + Sync, S: SparseArray<T>,
Expand description

Advanced SIMD-accelerated transpose operation

§Arguments

  • matrix - The sparse matrix to transpose
  • options - SIMD acceleration options

§Returns

Transposed matrix