Home

Awesome

eigen-quadprog

eigen-quadprog allow to use the QuadProg QP solver with the Eigen3 library.

Installing

Manual

Dependencies

To compile you need the following tools:

Building

git clone --recursive https://github.com/jorisv/eigen-quadprog
cd eigen-quadprog
mkdir _build
cd _build
cmake [options] ..
make && make intall

Where the main options are:

Pulling git subtree

To update cmake directory with their upstream git repository:

git fetch git://github.com/jrl-umi3218/jrl-cmakemodules.git master
git subtree pull --prefix cmake git://github.com/jrl-umi3218/jrl-cmakemodules.git master --squash