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
It's a bit tedious to generate a constant matrix. We could provide a function that does just that.
The original person that asked for this said that kmat(3,4) could produce a 3 by 4 matrix filled with 1's.
kmat(3,4)
Originally seen on Reddit
The text was updated successfully, but these errors were encountered:
How about taking a 3rd value parameter?
Sorry, something went wrong.
artaxxx
Successfully merging a pull request may close this issue.
Problem you'd like to fix
It's a bit tedious to generate a constant matrix. We could provide a function that does just that.
Describe the solution you'd like
The original person that asked for this said that
kmat(3,4)
could produce a 3 by 4 matrix filled with 1's.Additional context
Originally seen on Reddit
The text was updated successfully, but these errors were encountered: