Registry / utility / breeze-2-10

breeze-2-10

JSON →
library0.13.2javamavenunverified

Breeze is a numerical processing library for Scala, providing linear algebra, optimization, and signal processing.

<dependency> <groupId>org.scalanlp</groupId> <artifactId>breeze_2.10</artifactId> <version>0.13.2</version> </dependency>
INSTALL
IMPORT
SIG · BREEZE-2-10
B
breeze-2-10
utilityjavav0.13.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DenseVector
breeze.linalg.DenseVector

Creates a dense vector.

import breeze.linalg.DenseVector; object Main extends App { val v = DenseVector(1.0, 2.0, 3.0) println(v) }
Debug
Known issues
breakingScala 2.10 is outdated; use Scala 2.12 or 2.13 for compatibility.
fix
Use breeze_2.12 or breeze_2.13.
affects: >=0.13.2
Upgrade
Version history
0.13.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
breeze-2-10 — mvn dependency:get breeze-2-10 · libregistry