pub fn cp_relative_error(original: &DenseTensor, cp: &CpDecomposition) -> f64Expand description
Relative reconstruction error: ||T - T_approx||_F / ||T||_F.
pub fn cp_relative_error(original: &DenseTensor, cp: &CpDecomposition) -> f64Relative reconstruction error: ||T - T_approx||_F / ||T||_F.