sloisel / numeric

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

numeric.tranpose improper for empty matrix [[]] #31

Open siefkenj opened 11 years ago

siefkenj commented 11 years ago

numeric.transpose([[]]) results in [] instead of [[]] like it should.