sloisel / numeric

Numerical analysis in Javascript
http://www.numericjs.com/
Other
1.42k stars 177 forks source link

numeric.xxxeq() on typed arrays #17

Closed sloisel closed 11 years ago

sloisel commented 11 years ago

Can the numeric.xxxeq() functions be made to work on typed arrays? In many cases these functions don't need to allocate anything.

sloisel commented 11 years ago

This now works.