не последняя версия
Последняя версия 0.41

org.ejml:ejml-dsparse 0.34

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

Группа

Группа

org.ejml
Идентификатор

Идентификатор

ejml-dsparse
Версия

Версия

0.34
Тип

Тип

jar

Скачать ejml-dsparse 0.34


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