mljs / matrix

Matrix manipulation and computation library
https://mljs.github.io/matrix/
MIT License
353 stars 54 forks source link

Error in result #126

Open ramon141 opened 3 years ago

ramon141 commented 3 years ago

when performing the matrix calculation [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

The wrong result is returned.

targos commented 3 years ago

What calculation?