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

Fix 5-arg mul! signature #20

Merged
merged 1 commit into from
Jul 6, 2020
Merged

Conversation

pablosanjose
Copy link
Member

@pablosanjose pablosanjose commented Jul 5, 2020

Closes #19

This PR modifies the signature of 5-argument mul! to be consistent with LinearAlgebra, namely mul!(C,A,B,α,β), which produces A * B * α + C * β in-place.

It also includes a Project.toml with the registered UUID and deps.

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

Successfully merging this pull request may close these issues.

5-argument mul! has different signature than in stdlib
2 participants