add icon indicating copy to clipboard operation
add copied to clipboard

RangeErrors

Open ArsalanDotMe opened this issue 10 years ago • 3 comments

This module causes RangeErrors when used with package linear-algebra. Perhaps too many recursions?

ArsalanDotMe avatar Dec 15 '14 18:12 ArsalanDotMe

This might be a bug in the implementation. If you can give me a breaking test case I can see why.

ben-ng avatar Dec 18 '14 15:12 ben-ng

I don't know at what point the code breaks. Going through your source code my suspicion is that the transform function is going into too many recursions. Other than that, I'm clueless. I'll post the sourcecode of my short program if you want to test it and see. https://github.com/ArsalanDotMe/summarizer/tree/master

ArsalanDotMe avatar Dec 21 '14 16:12 ArsalanDotMe

In this case I suggest using another linalg library. Numeric.js is a good one.

ben-ng avatar Dec 21 '14 17:12 ben-ng