MatrixIsEqual Method (Decimal, Int64, Decimal, Decimal) |
Namespace: Accord.Math
public static bool IsEqual( this decimal[][] a, long[,] b, [OptionalAttribute] decimal atol, [OptionalAttribute] decimal rtol )
<ExtensionAttribute> Public Shared Function IsEqual ( a As Decimal()(), b As Long(,), <OptionalAttribute> atol As Decimal, <OptionalAttribute> rtol As Decimal ) As Boolean
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.