pub fn total_squared_norm<T: SvdFloat, M: SparseMat<T> + ?Sized>(
a: &M,
means: Option<ArrayView1<'_, T>>,
) -> f64Expand description
‖A‖²_F, or the centered version when means is supplied. What the solvers store in
SvdRec::total_squared_norm.