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.
coming with some with background in matlab and glsl, I know it should be easy to concat two Vectors into a Matrix, but this simple example refuses to compile.
coming with some with background in matlab and glsl, I know it should be easy to concat two Vectors into a Matrix, but this simple example refuses to compile.
scala> DenseMatrix.horzcat( DenseVectorCol(1,2,3), DenseVectorCol(3,4,5) )