eq
Checks if two vectors are equal within a specified tolerance.
Return
True if the vectors are equal within the tolerance, false otherwise.
Parameters
other
The other vector to compare with.
equivalence
The tolerance used for comparison.
Checks if two vectors are equal within a specified tolerance.
True if the vectors are equal within the tolerance, false otherwise.
The other vector to compare with.
The tolerance used for comparison.