scalala / Scalala

Scalala has been superseded by dlwh/breeze. Scalala is a high performance numeric linear algebra library for Scala, with rich Matlab-like operators on vectors and matrices; a library of numerical routines; support for plotting.
http://groups.google.com/group/scalala
GNU Lesser General Public License v2.1
298 stars 30 forks source link

Vector cross product (3D vectors only). #18

Closed lancelet closed 13 years ago

lancelet commented 13 years ago

The attached commit adds the cross() operation to scalala.library.LinearAlgebra, and a test to scalala.library.LinearAlgebraTest.

Please let me know if I'm using the wrong types and/or an incorrect approach for Scalala internals.