Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

alpha * Mat + beta * SubMat should compile #55

Open
japaric opened this issue May 6, 2015 · 0 comments
Open

alpha * Mat + beta * SubMat should compile #55

japaric opened this issue May 6, 2015 · 0 comments

Comments

@japaric
Copy link
Contributor

japaric commented May 6, 2015

This can be evaluated as:

// alpha * A + beta * B
A.mul_assign(alpha);
A.add_assign(beta * B);  // AXPY
A
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant