Skip to content

feribg/sigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

conda install -c conda-forge openblas lapack xtl xtensor xsimd nlohmann_json xtensor-blas

Set CMAKE prefix to look for the headers in the conda env:

```bash
-DCMAKE_PREFIX_PATH=/anaconda3/envs/env_name/lib/cmake

####Optional To enable multi threaded loops, set set(XTENSOR_USE_TBB 1) in the root CMakeLists.txt and install the TBB dependency. Will require setting the TBB_INSTALL_DIR env variable to point to the conda lib folder

conda install -c intel tbb  

About

Option pricing samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published