Example #1
0
 public static XArray AllClose(XArray a, XArray b, double rtol = 1e-5, double atol = 1e-8)
 => NativeHelper.AllClose(a, b, rtol, atol);