We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Matching numpy, numjs would improved if numjs also had the following methods
eye()
tri()
full
ones_like()
zeros_like()
full_like()
With methods to generate arrays and pick values (upper and lower triangular), numjs would become more powerful immediately.
I made this issue since I intend to implement these methods in numjs and make a PR or fork.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Matching numpy, numjs would improved if numjs also had the following methods
eye()
https://numpy.org/devdocs/reference/generated/numpy.eye.htmltri()
https://numpy.org/devdocs/reference/generated/numpy.tri.htmlfull
https://numpy.org/devdocs/reference/generated/numpy.full.htmlones_like()
https://numpy.org/devdocs/reference/generated/numpy.ones_like.htmlzeros_like()
https://numpy.org/devdocs/reference/generated/numpy.zeros_like.htmlfull_like()
https://numpy.org/devdocs/reference/generated/numpy.full_like.htmlWith methods to generate arrays and pick values (upper and lower triangular), numjs would become more powerful immediately.
I made this issue since I intend to implement these methods in numjs and make a PR or fork.
The text was updated successfully, but these errors were encountered: