jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
590 stars 149 forks source link

fixed SimpleBlas gemv method's bug #52

Closed lifeiteng closed 9 years ago

lifeiteng commented 9 years ago

original gemv in SimpleBlas.java is not correctly implemented.

mikiobraun commented 9 years ago

HI lifeiteng,

sorry, took me forever to look at the pull request. Thanks for your contribution! I think I'll squash the bug even more... .

-M