is not current version
Last Version 0.41

org.ejml:ejml-simple 0.39

A fast and easy to use dense and sparse matrix linear algebra library written in Java.

GroupId

GroupId

org.ejml
ArtifactId

ArtifactId

ejml-simple
Version

Version

0.39
Type

Type

jar

Download ejml-simple 0.39


<!-- https://jarcasting.com/artifacts/org.ejml/ejml-simple/ -->
<dependency>
    <groupId>org.ejml</groupId>
    <artifactId>ejml-simple</artifactId>
    <version>0.39</version>
</dependency>
// https://jarcasting.com/artifacts/org.ejml/ejml-simple/
implementation 'org.ejml:ejml-simple:0.39'
// https://jarcasting.com/artifacts/org.ejml/ejml-simple/
implementation ("org.ejml:ejml-simple:0.39")
'org.ejml:ejml-simple:jar:0.39'
<dependency org="org.ejml" name="ejml-simple" rev="0.39">
  <artifact name="ejml-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ejml', module='ejml-simple', version='0.39')
)
libraryDependencies += "org.ejml" % "ejml-simple" % "0.39"
[org.ejml/ejml-simple "0.39"]