fommil / matrix-toolkits-java

:rocket: High Performance Linear Algebra OOP
GNU Lesser General Public License v3.0
362 stars 104 forks source link

Added getRawData() method to be consistent with new getRawIndex() method #66

Closed jbasilico closed 9 years ago

fommil commented 9 years ago

cool thanks. I just realised that the changes could have been even more minimal... just use the Lombok annotations.

fommil commented 9 years ago

this actually failed when merged

Failed tests:   testUpperFactor(no.uib.cipr.matrix.SymmBandEigenvalueTest): expected:<0.9334548959685959> but was:<0.0>

but that might be an unrelated transient. I've never seen it before though.

fommil commented 9 years ago

@jbasilico I'm prepping a release 1.0.3 now. Should be out for you on Monday.

jbasilico commented 9 years ago

Thanks. I also think that test failure is a spurious one.