e

ejml-all

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