pub fn sparse_sub(a: &SparseCsr, b: &SparseCsr) -> Result<SparseCsr, String>
Element-wise subtraction of two CSR matrices (same dimensions).