sloisel / numeric

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

Eigenvalues and singular values of complex matrices #23

Open sloisel opened 11 years ago

sloisel commented 11 years ago

Need to have implementations of eig and svd for complex matrices.

iconjack commented 10 years ago

Came here to report a bug in eig for complex matrices, but I see it's not even supposed to work yet. Would love to see this feature.