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
Hi,
I realized there is no methods to substract two matrix. Maybe it's related to Accelerate, that does not provide any method to substract matrix?
Maybe it makes sense to add a sub method and a - operator for matrix, that do something like :
add(lhs, mul(-1.0, rhs))
What do you think about this?
The text was updated successfully, but these errors were encountered:
I added a sub method in this fork https://github.com/remzr7/Surge
Sorry, something went wrong.
It would be nice if that was added directly here or if @remzr7 could make a pull request maybe ?
5f2e08b
It's in
No branches or pull requests
Hi,
I realized there is no methods to substract two matrix. Maybe it's related to Accelerate, that does not provide any method to substract matrix?
Maybe it makes sense to add a sub method and a - operator for matrix, that do something like :
What do you think about this?
The text was updated successfully, but these errors were encountered: