Registry / utility / ejml-core

ejml-core

JSON →
library0.45.0javamavenunverified

Efficient Java Matrix Library for dense and sparse matrix operations.

<dependency> <groupId>org.ejml</groupId> <artifactId>ejml-core</artifactId> <version>0.45.0</version> </dependency>
INSTALL
IMPORT
SIG · EJML-CORE
E
ejml-core
utilityjavav0.45.0
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.

SimpleMatrix
org.ejml.simple.SimpleMatrix

Creates a 3x3 matrix and computes its determinant.

import org.ejml.simple.SimpleMatrix; SimpleMatrix matrix = new SimpleMatrix(3, 3); matrix.set(0, 0, 1.0); System.out.println(matrix.determinant());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.45.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
ejml-core — mvn dependency:get ejml-core · libregistry