Agapanthus / fatou

Simple viewer for convergence conduct of polynomials solved using Newton's method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatou

Codacy Badge Coverity Scan

Simple viewer for convergence conduct of polynomials solved using Newton's method

Build

For Linux use:

sudo apt-get install xorg-dev libglu1-mesa-dev zenity
mkdir fatou
cd fatou
git clone git://github.com/Agapanthus/fatou.git ./
git submodule init
git submodule update
cmake ./
make
cd bin
./fatou

For Windows use:

git clone git://github.com/Agapanthus/fatou.git ./
git submodule init
git submodule update
cmake ./

...and compile with MSVC.

When using MSVC, use "MinSizeRelease" for a faster Release build. "Release" usually takes much longer (because of the /GL compiler option)!

About

Simple viewer for convergence conduct of polynomials solved using Newton's method

License:MIT License


Languages

Language:C++ 96.1%Language:CMake 3.3%Language:C 0.6%