node-sylvester
node-sylvester copied to clipboard
:cat: Sylvester is a vector, matrix, and geometry library for JavaScript, that runs in the browser and on the server.
I'm getting this error when I use [plane.intersectionWith](http://sylvester.jcoglan.com/api/plane.html#intersectionwith). repro: ```js const {Plane} = require('sylvester'); const plane1 = Plane.create([0, 0, 0], [0, 1, 0]); const plane2 = Plane.create([0, 0, 0], [0,...
See https://github.com/NaturalNode/node-lapack/issues/2 Using the following on matlab / octave: ``` matlab A = [ 1, 2; 3, 4; 5, 6]; [u, s, v] = svd(A) ``` I obtain: ``` u...
[Browserify](https://www.npmjs.com/package/browserify) emits en error message: `Error: Cannot find module 'lapack' from '/node_modules/sylvester/lib/node-sylvester'` One way to fix the issue would be to add `lapack` as dependency of `sylvester`. In the meantime,...
Is there a reason that $V ,$L, $M, $P are in global scope? This is currently causing issues when testing with mocha, so we are having to add these to...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...