Skip to main content

sparse_sub

Function sparse_sub 

Source
pub fn sparse_sub(a: &SparseCsr, b: &SparseCsr) -> Result<SparseCsr, String>
Expand description

Element-wise subtraction of two CSR matrices (same dimensions).