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

Complex number integration with scala.math.Numeric and scala.math.Fractional. #24

Closed lancelet closed 13 years ago

lancelet commented 13 years ago

This pull request adds an implicit object providing a scala.math.Fractional[Complex] implementation (which is a sub-trait of scala.math.Numeric). This allows (for example) the List[Complex].sum method to work.

dlwh commented 13 years ago

thanks!