Skip to content
Rui Vieira edited this page May 29, 2015 · 25 revisions

Breeze is a generic, clean and powerful Scala numerical processing library patterned after NumPy, Matlab and R and licensed under Apache Public License 2.0. Breeze, previously known as Scalala, provides dense linear algebra, numerical routines, optimization, random number generators and signal processing among others. The latest release is 0.11.2 and the current version is 0.11.2. The minimum Scala version is 2.11.1 for the 2.11.x series and 2.10.3 for the 2.10.x series

Breeze is a part of ScalaNLP project, a scientific computing platform for Scala. Other modules are Breeze-viz (visualization library), Nak (machine learning), Epic (Natural Language Processing and Structured Prediction) and Junto (label propagation).

Discuss and get help on our mailing list or StackOverflow questions using scala-breeze tag. Want to contribute?

Fast Installation

Install Breeze in two shakes using sbt or see other installation ways:

$ sbt
set libraryDependencies += "org.scalanlp" % "breeze_2.10" % "0.9"
set resolvers += "Sonatype Releases" at "https://oss.sonatype.org/content/repositories/releases/"
set scalaVersion := "2.11.1"
console

Once you have Breeze installed, see our quickstart and this introduction!