Project hosting and documentation is now on github:
https://github.com/scalala/Scalala/wiki/Scalala
Hi,
I'm using scalala_2.8.1.RC3-1.0.0.RC1-SNAPSHOT.jar for my scalala installation.
I got this error on the very first example:
scala> val x = DenseVector(5)(0) <console>:13: error: type mismatch; found : Int(0) required: scalala.scalar.Scalar[Int] val x = DenseVector(5)(0) ^
Not sure how to rectify this!
The API has changed since the quickstart guide was written. See this post http://groups.google.com/group/scalala/browse_thread/thread/2414774016aea6b5
Hi,
I'm using scalala_2.8.1.RC3-1.0.0.RC1-SNAPSHOT.jar for my scalala installation.
I got this error on the very first example:
scala> val x = DenseVector(5)(0) <console>:13: error: type mismatch; found : Int(0) required: scalala.scalar.Scalar[Int] val x = DenseVector(5)(0) ^Not sure how to rectify this!
The API has changed since the quickstart guide was written. See this post http://groups.google.com/group/scalala/browse_thread/thread/2414774016aea6b5