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.
- Host: GitHub
- URL: https://github.com/ltla/debuggingspectra
- Owner: LTLA
- Created: 2021-09-30T05:29:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T06:49:05.000Z (over 4 years ago)
- Last Synced: 2025-06-23T19:07:05.618Z (12 months ago)
- Language: C++
- Size: 14.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```