Skip to content

georgeweigt/eigenmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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