e

ejml-simple

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