Skip to content

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

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

vsamy/eigen-quadprog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • -DCMAKE_BUIlD_TYPE=Release Build in Release mode
  • -DCMAKE_INSTALL_PREFIX=some/path/to/install default is /usr/local
  • -DUNIT_TESTS=ON Build unit tests.
  • -DUSE_F2C=ON Build with fortran source code translated in C (slower runtime).

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

About

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

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 47.0%
  • Fortran 38.9%
  • C++ 10.1%
  • CMake 4.0%