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