Skip to main content

total_squared_norm

Function total_squared_norm 

Source
pub fn total_squared_norm<T: SvdFloat, M: SparseMat<T> + ?Sized>(
    a: &M,
    means: Option<ArrayView1<'_, T>>,
) -> f64
Expand description

‖A‖²_F, or the centered version when means is supplied. What the solvers store in SvdRec::total_squared_norm.