|
Compares the relative errors ( ~ abs(( a - b) / b ) of elements in the arrays pairwise and returns true if all relative errors are below relErrorTolerance and the arrays have the same number of elements.
|
||
|
Compares the relative errors ( ~ abs(( a - b ) / b ) of elements in the matrices pairwise and returns true if all relative errors are below relErrorTolerance and the matrices have the same number of elements.
|
||