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-38.2.jar 下载
ojalgo-38.2.pom 下载
ojalgo-38.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ojalgo</groupId>
  <artifactId>ojalgo</artifactId>
  <version>38.2</version>
</dependency>
Gradle Groovy
implementation 'org.ojalgo:ojalgo:38.2'
Gradle Kotlin
implementation("org.ojalgo:ojalgo:38.2")
Scala SBT
libraryDependencies += "org.ojalgo" % "ojalgo" % "38.2"
Groovy Grape
@Grapes(
  @Grab(group='org.ojalgo', module='ojalgo', version='38.2')
)
Apache Ivy
<dependency org="org.ojalgo" name="ojalgo" rev="38.2" />
Leiningen
[org.ojalgo/ojalgo "38.2"]
Apache Buildr
'org.ojalgo:ojalgo:jar:38.2'
本项目依赖
该项目无第三方依赖