o

ojalgo

oj! Algorithms - ojAlgo - is Open Source Java code that has to do with mathematics, linear algebra and optimisation; particularly (but certainly not exclusively) suitable for the financial domain.
http://ojalgo.org/
MIT
Optimatika
Anders Peterson
文件下载
文件名 操作
ojalgo-37.1.jar 下载
ojalgo-37.1.pom 下载
ojalgo-37.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ojalgo</groupId>
  <artifactId>ojalgo</artifactId>
  <version>37.1</version>
</dependency>
Gradle Groovy
implementation 'org.ojalgo:ojalgo:37.1'
Gradle Kotlin
implementation("org.ojalgo:ojalgo:37.1")
Scala SBT
libraryDependencies += "org.ojalgo" % "ojalgo" % "37.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ojalgo', module='ojalgo', version='37.1')
)
Apache Ivy
<dependency org="org.ojalgo" name="ojalgo" rev="37.1" />
Leiningen
[org.ojalgo/ojalgo "37.1"]
Apache Buildr
'org.ojalgo:ojalgo:jar:37.1'
本项目依赖
该项目无第三方依赖