You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ PDESolvers/
42
42
│ ├── gpu/ # CUDA kernels and GPU logic
43
43
│ ├── tests/ # Tests for GPU and C++ logic
44
44
```
45
+
> 📝 **Note:** The Python and C++/CUDA libraries are currently developed as separate components and are not integrated. The Python library can be used independently via PyPI, while the GPU-accelerated solvers are available as a standalone C++/CUDA project.
45
46
46
47
## 📊 Export Options
47
48
Use **_export=True_** flags in plotting functions or benchmarking methods to export:
- The package currently supports only one-dimensional PDEs.
157
158
- Currently limited to vanilla European options.
158
-
- GPU acceleration only implemented for finite difference methods.
159
-
160
-
> 📝 **Note:** The Python and C++/CUDA libraries are currently developed as separate components and are not integrated. The Python library can be used independently via PyPI, while the GPU-accelerated solvers are available as a standalone C++/CUDA project.
161
159
162
160
## 🔒 License
163
-
This project is licensed under the Apache License 2.0. See the [LICENSE](./LICENSE.md) file for details.
161
+
This project is licensed under the Apache License 2.0. See the [LICENSE](./LICENSE.md) file for details.
0 commit comments