-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vectorization #8
Comments
I'll try 😄 |
Merged
Matrix2d can't store double value? |
m2d not working |
I haven't been updating the project for a while. What is the issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the key features of numpy is its use of vectorization to speed up computation of large matrices. I am not certain that this implementation uses vectorization(correct me if I am wrong). Is there any plan to implement this?
The text was updated successfully, but these errors were encountered: