Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add isIdentical(.) and hasUncountable() #460

Closed
danielkorzekwa opened this issue Oct 26, 2015 · 1 comment
Closed

add isIdentical(.) and hasUncountable() #460

danielkorzekwa opened this issue Oct 26, 2015 · 1 comment

Comments

@danielkorzekwa
Copy link

like in SimpleMatrix in ejml,

either

hasUncountable(vector/matrix)
isIdentical(vector/matrix,tollerance)

or

m.isIdentical(m,tollerance)
m.hasUncountable():Boolean
@dlwh
Copy link
Member

dlwh commented Nov 1, 2015

ok, i added support for these features, but they're a bit different:

hasUncountable(v/m) is any(isNonfinite, v/m)
isIdentical(v1, v2, tol) is isClose(v1, v2, tol)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants