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
Div<f32>
Div<f64>
D
MatX
The implementation should be almost the same as Mul implementation. Don't know why it's not implemented yet but that would be useful.
Mul
The text was updated successfully, but these errors were encountered:
Add Div and DivAssign by scalar implementations to matrix types. (#489)
ab85e2a
Fixes #476
Successfully merging a pull request may close this issue.
The implementation should be almost the same as
Mul
implementation. Don't know why it's not implemented yet but that would be useful.The text was updated successfully, but these errors were encountered: