

|   | MatrixIsEqual Method (Single, Single, Single, Double) | 
Namespace: Accord.Math
 Syntax
Syntaxpublic static bool IsEqual( this float[,] a, float[][] b, float atol = 0f, double rtol = 0 )
<ExtensionAttribute> Public Shared Function IsEqual ( a As Single(,), b As Single()(), Optional atol As Single = 0F, Optional rtol As Double = 0 ) As Boolean
 See Also
See AlsoAccord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.