This internal function is used to determine whether two vectors/matrices have
the same elements (or, a vector/matrix is all equal to 0)
using all.equal()
. Attributes and dimensions are ignored as
they are passed as vectors using c()
.
iseq(x, y = rep.int(0, length(x)), tol = .Machine$double.eps * 100)
Main target
vector/matrix in all.equal()
current
in all.equal()
. Default zero vector.
Numeric to specify tolerance
in all.equal()