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