Moved from GSL Runge-Kutta to Boost Bulirsch-Stoer

This commit is contained in:
Yohai Meiron 2020-04-21 20:05:56 -04:00
parent 9ec0633094
commit c2051e9596
3 changed files with 90 additions and 43 deletions

View file

@ -1,5 +1,6 @@
OPTIMIZATION ?= 3
CXXFLAGS += -O$(OPTIMIZATION)
INC += -I/home/meiron/boost_1_72_0
LIB += -lgsl
EXECUTABLE ?= main