Skip to content

Commit

Permalink
Move package object files.
Browse files Browse the repository at this point in the history
  • Loading branch information
staple committed Sep 9, 2015
1 parent b6db4db commit b9be195
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ package object vector {

override def dot(a: DenseVector, b: DenseVector): Double = BLAS.dot(a, b)
}

}

0 comments on commit b9be195

Please sign in to comment.