An open API service indexing awesome lists of open source software.

https://github.com/ltla/debuggingspectra

Various files for debugging the Spectra library.
https://github.com/ltla/debuggingspectra

Last synced: 8 months ago
JSON representation

Various files for debugging the Spectra library.

Awesome Lists containing this project

README

          

# Spectra debugging efforts

Repository containing code to reproduce assorted Spectra bugs.
I'm using R to easily manage data I/O without needing to write all the boilerplate in C++.
Run the following to set up the environment for compilation of the C++ code itself.

```sh
cmake -S . -B build
ln -s build/_deps/spectra-src/include/Spectra/ Spectra
ln -s build/_deps/eigen3-src/Eigen
```