MVN

net.finmath : finmath-lib-automaticdifferentiation-extensions

Maven & Gradle

Jul 21, 2018
16 stars

finmath lib automatic differentiation extensions · Enabling finmath-lib to perform automatic differentiation (e.g. backward automatic differentiation, aka AAD).

<dependency>
    <groupId>net.finmath</groupId>
    <artifactId>finmath-lib-automaticdifferentiation-extensions</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.finmath : finmath-lib-automaticdifferentiation-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of net.finmath : finmath-lib-automaticdifferentiation-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
finmath-lib-automaticdifferentiation-extensions-1.1.0
1.0.x
finmath-lib-automaticdifferentiation-extensions-1.0.1
0.9.x
finmath-lib-automaticdifferentiation-extensions-0.9.0
0.8.x
finmath-lib-automaticdifferentiation-extensions-0.8.2
finmath-lib-automaticdifferentiation-extensions-0.8.0
0.7.x
finmath-lib-automaticdifferentiation-extensions-0.7.2
0.6.x
finmath-lib-automaticdifferentiation-extensions-0.6.9
finmath-lib-automaticdifferentiation-extensions-0.6.4
0.5.x
finmath-lib-automaticdifferentiation-extensions-0.5.0
0.0.x
finmath-lib-automaticdifferentiation-extensions-0.0.1

How to add a dependency to Maven

Add the following net.finmath : finmath-lib-automaticdifferentiation-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.finmath</groupId>
    <artifactId>finmath-lib-automaticdifferentiation-extensions</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.finmath : finmath-lib-automaticdifferentiation-extensions gradle dependency to your build.gradle file:

implementation 'net.finmath:finmath-lib-automaticdifferentiation-extensions:1.1.0'

Gradle Kotlin DSL: Add the following net.finmath : finmath-lib-automaticdifferentiation-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("net.finmath:finmath-lib-automaticdifferentiation-extensions:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.finmath : finmath-lib-automaticdifferentiation-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "net.finmath" % "finmath-lib-automaticdifferentiation-extensions" % "1.1.0"