Registry / utility / jblas
library1.2.5javamavenunverified

A fast linear algebra library for Java, providing matrix operations and decompositions.

<dependency> <groupId>org.jblas</groupId> <artifactId>jblas</artifactId> <version>1.2.5</version> </dependency>
INSTALL
IMPORT
SIG · JBLAS
J
jblas
utilityjavav1.2.5
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.

DoubleMatrix
org.jblas.DoubleMatrix

Multiply two matrices

import org.jblas.DoubleMatrix; public class Example { public static void main(String[] args) { DoubleMatrix a = new DoubleMatrix(new double[][]{{1,2},{3,4}}); DoubleMatrix b = new DoubleMatrix(new double[][]{{5,6},{7,8}}); DoubleMatrix c = a.mmul(b); System.out.println(c); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jblas — mvn dependency:get jblas · libregistry