Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 268 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 268 Bytes

Build and run for Linux

make
./eigenmath

Run a script

./eigenmath demo/spontaneous-emission

Run a self test

./eigenmath test/selftest1

To build for macOS (requires Xcode)

cd xcode
make
mv build/Release/Eigenmath.app ~/Desktop