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

Made covariance routine more flexible. Adapted storetxt. #14

Closed afwlehmann closed 13 years ago

afwlehmann commented 13 years ago

Library.covariance now takes a new axis parameter that defaults to Axis.Horizontal.

Minor adaption to Storage.storetxt even if it's going to be removed altogether.

Added min/max as vector operations for matrices.

dramage commented 13 years ago

Pulled!