-
Updated
Aug 20, 2021 - C++
high-performance-computing
Here are 503 public repositories matching this topic...
-
Updated
Jul 16, 2021 - C
-
Updated
Aug 17, 2021 - PHP
-
Updated
Jul 27, 2021 - R
-
Updated
Aug 18, 2021 - Clojure
-
Updated
Aug 23, 2021 - C
-
Updated
Aug 13, 2021 - Nim
-
Updated
Aug 23, 2021 - C++
-
Updated
Aug 23, 2021 - C++
-
Updated
Jul 27, 2021
-
Updated
Apr 25, 2021 - TypeScript
-
Updated
Aug 23, 2021 - Rust
-
Updated
Aug 22, 2021 - R
Just an FYI whilst I was trawling through the ROCm GitHub page:
https://rocmdocs.amd.com/en/latest/Programming_Guides/Programming-Guides.html#
-
Updated
Aug 22, 2021 - Rust
-
Updated
Sep 10, 2020 - Clojure
As mentioned in precice/tutorials#231 reading and writing multiple times within one timestep is allowed usage of the preCICE API. We should therefore implement corresponding tests (I believe we don't have any test going into this direction yet?).
Example
Textbook API usage
initialize
while(ongoing){
read
solve
write
advance
}
[elast
-
Updated
Mar 10, 2021 - C++
-
Updated
May 25, 2021 - C++
-
Updated
Aug 12, 2021 - Clojure
-
Updated
Apr 27, 2021 - Python
-
Updated
Aug 3, 2021 - C++
-
Updated
Aug 19, 2021 - C++
-
Updated
Aug 4, 2021 - C
-
Updated
Feb 26, 2021 - Nim
-
Updated
Jul 6, 2021 - Fortran
-
Updated
Jul 9, 2021 - C
-
Updated
May 30, 2021 - Clojure
-
Updated
Aug 17, 2021 - C++
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.