Skip to content

Various files for debugging the Spectra library.

Notifications You must be signed in to change notification settings

LTLA/DebuggingSpectra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

Various files for debugging the Spectra library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published