-
Updated
Jun 24, 2021 - C++
high-performance-computing
Here are 492 public repositories matching this topic...
-
Updated
Apr 29, 2021 - C
-
Updated
Jul 4, 2021 - PHP
-
Updated
Jul 2, 2021 - R
-
Updated
Apr 29, 2021 - Clojure
-
Updated
Jul 3, 2021 - C
-
Updated
Jul 4, 2021 - 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 4, 2021 - C++
-
Updated
Apr 25, 2021 - TypeScript
-
Updated
Jun 4, 2021
-
Updated
Jul 1, 2021 - Rust
-
Updated
Jul 2, 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
Jun 29, 2021 - Rust
-
Updated
Sep 10, 2020 - Clojure
Please describe the problem you are trying to solve.
The current implementation of the barycentric coordinates are overly complicated and explicitly require the normals of triangles or edges. There are simpler ways to implement this.
Describe the solution you propose.
- Simplify
math/barycenter.[ch]pp
- Remove
Edge::computeNormal()
as it is unnecessary.
**Describe alternativ
-
Updated
Mar 10, 2021 - C++
-
Updated
May 25, 2021 - C++
-
Updated
Sep 26, 2020 - Clojure
-
Updated
Apr 27, 2021 - Python
-
Updated
Jul 4, 2021 - C++
-
Updated
Jun 30, 2021 - C++
-
Updated
May 21, 2021 - C
-
Updated
Jun 14, 2021 - Fortran
-
Updated
Feb 26, 2021 - Nim
-
Updated
Dec 5, 2020 - C
-
Updated
May 30, 2021 - Clojure
-
Updated
Jul 3, 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.