pub fn singular_values(a: &BoundedOp, max_iter: usize) -> Vec<f64>
Compute singular values of matrix A (sorted descending).