jee7

Results 2 comments of jee7

Yes. There seem to be many issues here. 1. The SMOG value here is always "normalized" (ie clamped) to the range [0, 12]. With that enabled you can never get...

Did this ever get fixed? I have the same issue right now with [version 1.1.1](https://unpkg.com/[email protected]/build-umd/svd-js.min.js). ``` var result = SVDJS.SVD([ [1, 2, 3], [2, 4, 6], [3, 6, 9], ],...