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

Use the prototype #28

Open abtExp opened 6 years ago

abtExp commented 6 years ago

Make the Ndarray on top of Array prototype for easy operations, just like numpy.

abtExp commented 6 years ago

Ndarray object reference now directly prints the ndarray with the properties and the behaviour is that of array. Have to find a way to update the value of the super array on update of the array.(on reshape, resize,arrange or fill)