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

CanLog and CanExp for vectors and matrices #43

Closed afwlehmann closed 12 years ago

afwlehmann commented 12 years ago

Hi,

I was in need of log and exp for vectors and matrices, and thought I'd share. Sorry for the many pull requests lately.

EDIT: Added a bugfix for LinearAlgebra.qr() where arguments to LAPACK were messed up accidentally.

Best regards, Alexander

dramage commented 12 years ago

Thanks, Alexander! These are much appreciated. Please keep the patches coming :)