Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 20-Jun-2014 | 725 | |
bench/ | 20-Jun-2014 | ||
blas/ | 20-Jun-2014 | ||
CleanSpec.mk | 20-Jun-2014 | 2.3K | |
cmake/ | 20-Jun-2014 | ||
CMakeLists.txt | 20-Jun-2014 | 14.8K | |
COPYING.BSD | 20-Jun-2014 | 1.5K | |
COPYING.GPL | 20-Jun-2014 | 34.3K | |
COPYING.LGPL | 20-Jun-2014 | 7.5K | |
COPYING.MINPACK | 20-Jun-2014 | 2.2K | |
COPYING.MPL2 | 20-Jun-2014 | 16.3K | |
COPYING.README | 20-Jun-2014 | 646 | |
CTestConfig.cmake | 20-Jun-2014 | 535 | |
CTestCustom.cmake.in | 20-Jun-2014 | 130 | |
debug/ | 20-Jun-2014 | ||
demos/ | 20-Jun-2014 | ||
doc/ | 20-Jun-2014 | ||
Eigen/ | 20-Jun-2014 | ||
eigen3.pc.in | 20-Jun-2014 | 193 | |
failtest/ | 20-Jun-2014 | ||
INSTALL | 20-Jun-2014 | 1.1K | |
lapack/ | 20-Jun-2014 | ||
MODULE_LICENSE_MPL2 | 20-Jun-2014 | 0 | |
README.android | 20-Jun-2014 | 448 | |
scripts/ | 20-Jun-2014 | ||
signature_of_eigen3_matrix_library | 20-Jun-2014 | 216 | |
test/ | 20-Jun-2014 | ||
unsupported/ | 20-Jun-2014 |
1 Eigen is primarily MPL2 licensed. See COPYING.MPL2 and these links: 2 http://www.mozilla.org/MPL/2.0/ 3 http://www.mozilla.org/MPL/2.0/FAQ.html 4 5 Some files contain third-party code under BSD or LGPL licenses, whence the other 6 COPYING.* files here. 7 8 If you want to guarantee that the Eigen code that you are #including is licensed 9 under the MPL2 and possibly more permissive licenses (like BSD), #define this 10 preprocessor symbol: 11 EIGEN_MPL2_ONLY 12 For example, with most compilers, you could add this to your project CXXFLAGS: 13 -DEIGEN_MPL2_ONLY 14 This will cause a compilation error to be generated if you #include any code that is 15 LGPL licensed. 16
1 Eigen 3.1.1 2 ----------- 3 4 Eigen is a C++ template library for linear algebra: matrices, vectors, 5 numerical solvers, and related algorithms. 6 7 Website: http://eigen.tuxfamily.org/ 8 9 v3.1.1. Released on July 22, 2012. This is a copy of the source 10 distribution from http://bitbucket.org/eigen/eigen/get/3.1.1.tar.gz. 11 12 Non MPL2 license code is disabled. Trying to include such files will 13 lead to an error. See ./Eigen/src/Core/util/NonMPL2.h for details. 14