abtExp / vecto

🚧 A Javascript mini library to deal with n-dimensional arrays(referenced from numpy). 🚧🚀
https://npmjs.com/vecto
MIT License
1 stars 0 forks source link

consider 1-d arrays with shape property of length 1 as 1d matrix #9

Closed abtExp closed 7 years ago

abtExp commented 7 years ago

for matrix multiplication 1d arrays with shape 1 must be marked as 1d matrix to make the matrix product

abtExp commented 7 years ago

fixed it.