is not current version
Last Version 0.41

org.ejml:ejml-dsparse 0.37.1

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

GroupId

GroupId

org.ejml
ArtifactId

ArtifactId

ejml-dsparse
Version

Version

0.37.1
Type

Type

jar

Download ejml-dsparse 0.37.1


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