-
Updated
Aug 20, 2020 - C++
high-performance-computing
Here are 381 public repositories matching this topic...
-
Updated
Apr 14, 2020 - C
-
Updated
Aug 22, 2020 - PHP
-
Updated
Aug 18, 2020 - R
-
Updated
Aug 23, 2020 - Clojure
-
Updated
Aug 18, 2020 - C
-
Updated
Aug 11, 2020 - Nim
Almost all of Kokkos should be noexcept, but let's break it up into pieces that can be tackled in reasonable-sized issues. This one is the most urgent.
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Aug 25, 2020 - C++
-
Updated
Aug 24, 2020 - Rust
-
Updated
Jul 30, 2019 - Clojure
Just an FYI whilst I was trawling through the ROCm GitHub page:
https://rocmdocs.amd.com/en/latest/Programming_Guides/Programming-Guides.html#
-
Updated
Jul 28, 2020 - Clojure
-
Updated
Aug 7, 2020 - C++
We currently don't test for cases without mesh connectivity. And, we don't test for parallel (distributed) meshes.
Current tests: https://github.com/precice/precice/blob/develop/src/precice/tests/WatchPointTest.cpp
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 19, 2020 - C++
-
Updated
Jul 5, 2020 - Fortran
-
Updated
Aug 25, 2020 - C++
-
Updated
Aug 20, 2020 - Python
-
Updated
Nov 9, 2019 - Nim
-
Updated
Aug 6, 2019 - C
-
Updated
Dec 21, 2018 - C++
-
Updated
Aug 17, 2020 - Fortran
-
Updated
Aug 11, 2020 - Python
-
Updated
Aug 18, 2020 - C++
-
Updated
Jul 29, 2020 - C++
For large parameter sets the optimizers can take a non-trivial amount of time. They lack timers to indicate how long the optimization took vs the configuration generation.
Improve this page
Add a description, image, and links to the high-performance-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the high-performance-computing topic, visit your repo's landing page and select "manage topics."


Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.