vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
371 stars 109 forks source link

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

Open jetgeek opened 5 years ago

jetgeek commented 5 years ago

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

gives wrong result, please fix.

sophiastr commented 2 years ago

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.