jjjkkkjjj / Matft

Numpy-like library in swift. (Multi-dimensional Array, ndarray, matrix and vector library)
BSD 3-Clause "New" or "Revised" License
134 stars 21 forks source link

Feature Request: Numpy Dot #30

Closed rehatkathuria closed 2 years ago

rehatkathuria commented 2 years ago

Thank you for all your hard work on this framework! Will there be support for dot in the future?

https://numpy.org/doc/stable/reference/generated/numpy.dot.html?highlight=dot#numpy-dot

jjjkkkjjj commented 2 years ago

@rehatkathuria I've implemented it! Check the latest commit on master branch.