brain-slam / slam

Surface anaLysis And Modeling
MIT License
14 stars 24 forks source link

References and Resources #95

Closed alexpron closed 1 year ago

alexpron commented 1 year ago

Here are few references and resources that are relevant for Spangy code integration into slam:

References

alexpron commented 1 year ago

Optimizing code performance by relying on Intel MKL library

numpy and scipy installation compiled with Intel MKL instead of usual OpenBLAS library are a bit more robust and faster especially for huge matrix operations (https://www.intel.com/content/www/us/en/developer/articles/technical/numpyscipy-with-intel-mkl.html) It may help us reduce eigen values computation times