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
Files download
File Operation
ojalgo-35.0.1.jar download
ojalgo-35.0.1.pom download
ojalgo-35.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ojalgo</groupId>
  <artifactId>ojalgo</artifactId>
  <version>35.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.ojalgo:ojalgo:35.0.1'
Gradle Kotlin
implementation("org.ojalgo:ojalgo:35.0.1")
Scala SBT
libraryDependencies += "org.ojalgo" % "ojalgo" % "35.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ojalgo', module='ojalgo', version='35.0.1')
)
Apache Ivy
<dependency org="org.ojalgo" name="ojalgo" rev="35.0.1" />
Leiningen
[org.ojalgo/ojalgo "35.0.1"]
Apache Buildr
'org.ojalgo:ojalgo:jar:35.0.1'
Dependencies
The project has no third-party dependencies