MVN

net.finmath : finmath-lib-cuda-extensions

Maven & Gradle

Mar 15, 2021
8 stars

finmath-lib-cuda-extensions · Vector class (RandomVariable) running on GPUs using Cuda. Enabling finmath lib with Cuda (via jcuda). - Running finmath lib models on a GPU.**

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

Latest Version

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

  • Latest Stable: 5.1.3

All Versions

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

Version Vulnerabilities Updated
5.1.x
finmath-lib-cuda-extensions-5.1.3
5.0.x
finmath-lib-cuda-extensions-5.0.5
4.1.x
finmath-lib-cuda-extensions-4.1.7
finmath-lib-cuda-extensions-4.1.2
finmath-lib-cuda-extensions-4.1.1
4.0.x
finmath-lib-cuda-extensions-4.0.12
finmath-lib-cuda-extensions-4.0.11
finmath-lib-cuda-extensions-4.0.10
finmath-lib-cuda-extensions-4.0.5
finmath-lib-cuda-extensions-4.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>net.finmath</groupId>
    <artifactId>finmath-lib-cuda-extensions</artifactId>
    <version>5.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.finmath:finmath-lib-cuda-extensions:5.1.3'

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

implementation("net.finmath:finmath-lib-cuda-extensions:5.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.finmath" % "finmath-lib-cuda-extensions" % "5.1.3"

Advertisement