Skip to content
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

Missing sub method for Matrix #59

Closed
tdimeco opened this issue Jan 24, 2017 · 3 comments
Closed

Missing sub method for Matrix #59

tdimeco opened this issue Jan 24, 2017 · 3 comments

Comments

@tdimeco
Copy link

tdimeco commented Jan 24, 2017

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?

@rmzr7
Copy link

rmzr7 commented Feb 22, 2017

I added a sub method in this fork https://github.com/remzr7/Surge

@plm75
Copy link

plm75 commented Nov 25, 2017

It would be nice if that was added directly here or if @remzr7 could make a pull request maybe ?

@alejandro-isaza
Copy link
Collaborator

It's in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants