jar

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.**

Table Of Contents

Latest Version

Download net.finmath : finmath-lib-cuda-extensions JAR file - Latest Versions:

All Versions

Download net.finmath : finmath-lib-cuda-extensions JAR file - All Versions:

Version Vulnerabilities Size Updated
5.1.x
5.0.x
4.1.x
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window finmath-lib-cuda-extensions-5.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.finmath.jcuda

├─ net.finmath.jcuda.JCudaUtils.class - [JAR]

net.finmath.cuda.montecarlo.alternative

├─ net.finmath.cuda.montecarlo.alternative.BrownianMotionCudaWithHostRandomVariable.class - [JAR]

├─ net.finmath.cuda.montecarlo.alternative.BrownianMotionCudaWithRandomVariableCuda.class - [JAR]

├─ net.finmath.cuda.montecarlo.alternative.BrownianMotionJavaRandom.class - [JAR]

├─ net.finmath.cuda.montecarlo.alternative.RandomVariableCudaWithFinalizer.class - [JAR]

net.finmath.cuda.montecarlo

├─ net.finmath.cuda.montecarlo.RandomVariableCuda.class - [JAR]

├─ net.finmath.cuda.montecarlo.RandomVariableCudaFactory.class - [JAR]

net.finmath.cuda.cpu.montecarlo

├─ net.finmath.cuda.cpu.montecarlo.RandomVariableFloatFactory.class - [JAR]

├─ net.finmath.cuda.cpu.montecarlo.RandomVariableFromFloatArray.class - [JAR]

Advertisement