c

core-math

Mathematical implementations including geometric, matrix and statistical operators.
Files download
File Operation
core-math-1.3.10.jar download
core-math-1.3.10.pom download
core-math-1.3.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>core-math</artifactId>
  <version>1.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:core-math:1.3.10'
Gradle Kotlin
implementation("org.openimaj:core-math:1.3.10")
Scala SBT
libraryDependencies += "org.openimaj" % "core-math" % "1.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='core-math', version='1.3.10')
)
Apache Ivy
<dependency org="org.openimaj" name="core-math" rev="1.3.10" />
Leiningen
[org.openimaj/core-math "1.3.10"]
Apache Buildr
'org.openimaj:core-math:jar:1.3.10'