e

ejml-dsparse

A fast and easy to use dense and sparse matrix linear algebra library written in Java.
http://ejml.org/
The Apache License, Version 2.0
Peter Abeles
Files download
File Operation
ejml-dsparse-0.43.1.jar download
ejml-dsparse-0.43.1.pom download
ejml-dsparse-0.43.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ejml</groupId>
  <artifactId>ejml-dsparse</artifactId>
  <version>0.43.1</version>
</dependency>
Gradle Groovy
implementation 'org.ejml:ejml-dsparse:0.43.1'
Gradle Kotlin
implementation("org.ejml:ejml-dsparse:0.43.1")
Scala SBT
libraryDependencies += "org.ejml" % "ejml-dsparse" % "0.43.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ejml', module='ejml-dsparse', version='0.43.1')
)
Apache Ivy
<dependency org="org.ejml" name="ejml-dsparse" rev="0.43.1" />
Leiningen
[org.ejml/ejml-dsparse "0.43.1"]
Apache Buildr
'org.ejml:ejml-dsparse:jar:0.43.1'