ODEWithExpressionTemplate


 ODEWithExpressionTemplate is a fast Ordinary Differential Equations solver. This is a reference implementation of my study.

Prepare

Mac OS X

Install Xcode and Command Line Tools (tested on Mac OS X 10.10.3 and Xcode 6.3.2).

Linux

Install GNU C++ compiler (tested on CentOS 7.1.1503 64bit and gcc 4.8.3 20140911).

Windows

Not supported yet, because MSVC not supported C++14 yet.

Build And Execute

    git clone https://github.com/keichan100yen/ODEWithExpressionTemplate.git
    cd ODEWithExpressionTemplate/ode
    ./compile.sh
    ./a.out
			

Known Issues


Others