Registry / utility / ejml-simple

ejml-simple

JSON →
library0.45.0javamavenunverified

Simple wrapper for Efficient Java Matrix Library (EJML) providing easy-to-use dense and sparse matrix operations.

<dependency> <groupId>org.ejml</groupId> <artifactId>ejml-simple</artifactId> <version>0.45.0</version> </dependency>
INSTALL
IMPORT
SIG · EJML-SIMPLE
E
ejml-simple
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

Matrix multiplication using EJML Simple.

import org.ejml.simple.SimpleMatrix; SimpleMatrix A = new SimpleMatrix(2, 3, true, 1, 2, 3, 4, 5, 6); SimpleMatrix B = new SimpleMatrix(3, 2, true, 7, 8, 9, 10, 11, 12); SimpleMatrix C = A.mult(B);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.45.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
7
Amazon
1
Resources
ejml-simple — mvn dependency:get ejml-simple · libregistry