pub fn test_qr_reconstruction<T>(bd: &impl QR<T>, a: &DTensor<T, 2>)where T: FloatConst + Default + Copy + Debug + AbsDiffEq<Epsilon = f64> + Display + RelativeEq + Float + From<i8>,