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

Matrix's sum() method isn't working properly. #300

Open
jetgeek opened this issue Oct 12, 2018 · 1 comment
Open

Matrix's sum() method isn't working properly. #300

jetgeek opened this issue Oct 12, 2018 · 1 comment

Comments

@jetgeek
Copy link

jetgeek commented Oct 12, 2018

public double sum() {
return fold(Matrices.asSumAccumulator(0.0));
}

gives wrong result, please fix.

@sophiastr
Copy link

i want to deal with this issue.
I am interested in contributing to the project you are developing.
Do you still need help?
Take into account that i am begginer.

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

No branches or pull requests

2 participants