e

ejml-ddense

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-ddense-0.40.jar download
ejml-ddense-0.40.pom download
ejml-ddense-0.40-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ejml</groupId>
  <artifactId>ejml-ddense</artifactId>
  <version>0.40</version>
</dependency>
Gradle Groovy
implementation 'org.ejml:ejml-ddense:0.40'
Gradle Kotlin
implementation("org.ejml:ejml-ddense:0.40")
Scala SBT
libraryDependencies += "org.ejml" % "ejml-ddense" % "0.40"
Groovy Grape
@Grapes(
  @Grab(group='org.ejml', module='ejml-ddense', version='0.40')
)
Apache Ivy
<dependency org="org.ejml" name="ejml-ddense" rev="0.40" />
Leiningen
[org.ejml/ejml-ddense "0.40"]
Apache Buildr
'org.ejml:ejml-ddense:jar:0.40'