License |
License |
---|---|
Categories |
CategoriesNet Auto Application Layer Libs Code Generators |
GroupId | GroupIdnet.finmath |
ArtifactId | ArtifactIdfinmath-lib-automaticdifferentiation-extensions |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionfinmath lib automatic differentiation extensions
Enabling finmath-lib to perform automatic differentiation (e.g. backward automatic differentiation, aka AAD).
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.finmath/finmath-lib-automaticdifferentiation-extensions/ -->
<dependency>
<groupId>net.finmath</groupId>
<artifactId>finmath-lib-automaticdifferentiation-extensions</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.finmath/finmath-lib-automaticdifferentiation-extensions/
implementation 'net.finmath:finmath-lib-automaticdifferentiation-extensions:1.1.0'
// https://jarcasting.com/artifacts/net.finmath/finmath-lib-automaticdifferentiation-extensions/
implementation ("net.finmath:finmath-lib-automaticdifferentiation-extensions:1.1.0")
'net.finmath:finmath-lib-automaticdifferentiation-extensions:jar:1.1.0'
<dependency org="net.finmath" name="finmath-lib-automaticdifferentiation-extensions" rev="1.1.0">
<artifact name="finmath-lib-automaticdifferentiation-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.finmath', module='finmath-lib-automaticdifferentiation-extensions', version='1.1.0')
)
libraryDependencies += "net.finmath" % "finmath-lib-automaticdifferentiation-extensions" % "1.1.0"
[net.finmath/finmath-lib-automaticdifferentiation-extensions "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.finmath : finmath-lib | jar | 3.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |