Registry / utility / ojalgo

ojalgo

JSON →
library56.2.1javamavenunverified

Open source Java library for mathematics, linear algebra, and optimisation.

<dependency> <groupId>org.ojalgo</groupId> <artifactId>ojalgo</artifactId> <version>56.2.1</version> </dependency>
INSTALL
IMPORT
SIG · OJALGO
O
ojalgo
utilityjavav56.2.1
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.

PrimitiveMatrix
org.ojalgo.matrix.PrimitiveMatrix

Creates two matrices and multiplies them.

import org.ojalgo.matrix.PrimitiveMatrix; public class MatrixExample { public static void main(String[] args) { PrimitiveMatrix a = PrimitiveMatrix.FACTORY.rows(new double[][]{{1,2},{3,4}}); PrimitiveMatrix b = PrimitiveMatrix.FACTORY.rows(new double[][]{{5,6},{7,8}}); PrimitiveMatrix c = a.multiply(b); System.out.println(c); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
56.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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