scalanlp / breeze

Breeze is/was a numerical processing library for Scala.
https://www.scalanlp.org
Apache License 2.0
3.45k stars 692 forks source link

bug in dot operator #731

Closed BoleynSu closed 5 years ago

BoleynSu commented 5 years ago

val v = new DenseVector(Array(.1f,.2f,.3f,.4f,.5f,.6f,.7f)) val w = new DenseVector(Array(1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f)) // v.dot(w) = 0