pub fn norm<F>(a: &CsrMatrix<F>, ord: &str) -> SparseResult<F>where F: Float + NumAssign + Sum + SparseElement + 'static + Debug,
Compute matrix norm