]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/eigen/Config.in
eigen: new package
[coffee/buildroot.git] / package / eigen / Config.in
1 config BR2_PACKAGE_EIGEN
2         bool "eigen"
3         help
4           Eigen is a C++ template library for linear algebra: vectors,
5           matrices, and related algorithms. It is versatile, fast, elegant
6           and works on many platforms (OS/Compilers).
7
8           This package only installs header files to the include path.
9           If you just want to use Eigen, you can use the header files
10           right away. There is no binary to link to. Eigen is a pure
11           template library defined in the headers.
12
13           http://eigen.tuxfamily.org/