test_lu_reconstruction

Function test_lu_reconstruction 

Source
pub fn test_lu_reconstruction<T>(
    a: &DTensor<T, 2>,
    l: &DTensor<T, 2>,
    u: &DTensor<T, 2>,
    p: &DTensor<T, 2>,
)
where T: Default + ComplexFloat + Debug + Copy + Mul<Output = T> + Add<Output = T> + Sub<Output = T>, f64: From<T>,