Name | Date | Size | |
---|---|---|---|
.. | 05-Nov-2014 | 4 KiB | |
Android.mk | 05-Nov-2014 | 725 | |
bench/ | 05-Nov-2014 | 4 KiB | |
blas/ | 05-Nov-2014 | 4 KiB | |
CleanSpec.mk | 05-Nov-2014 | 2.3 KiB | |
cmake/ | 05-Nov-2014 | 4 KiB | |
CMakeLists.txt | 05-Nov-2014 | 16.5 KiB | |
COPYING.BSD | 05-Nov-2014 | 1.5 KiB | |
COPYING.GPL | 05-Nov-2014 | 34.3 KiB | |
COPYING.LGPL | 05-Nov-2014 | 25.9 KiB | |
COPYING.MINPACK | 05-Nov-2014 | 2.2 KiB | |
COPYING.MPL2 | 05-Nov-2014 | 16.3 KiB | |
COPYING.README | 05-Nov-2014 | 779 | |
CTestConfig.cmake | 05-Nov-2014 | 541 | |
CTestCustom.cmake.in | 05-Nov-2014 | 105 | |
debug/ | 05-Nov-2014 | 4 KiB | |
demos/ | 05-Nov-2014 | 4 KiB | |
doc/ | 05-Nov-2014 | 4 KiB | |
Eigen/ | 05-Nov-2014 | 4 KiB | |
eigen3.pc.in | 05-Nov-2014 | 193 | |
failtest/ | 05-Nov-2014 | 4 KiB | |
INSTALL | 05-Nov-2014 | 1.1 KiB | |
lapack/ | 05-Nov-2014 | 4 KiB | |
MODULE_LICENSE_MPL2 | 05-Nov-2014 | 0 | |
README.android | 05-Nov-2014 | 450 | |
scripts/ | 05-Nov-2014 | 4 KiB | |
signature_of_eigen3_matrix_library | 05-Nov-2014 | 216 | |
test/ | 05-Nov-2014 | 4 KiB | |
unsupported/ | 05-Nov-2014 | 4 KiB |
COPYING.README
1Eigen 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 5Some files contain third-party code under BSD or LGPL licenses, whence the other 6COPYING.* files here. 7 8All the LGPL code is either LGPL 2.1-only, or LGPL 2.1-or-later. 9For this reason, the COPYING.LGPL file contains the LGPL 2.1 text. 10 11If you want to guarantee that the Eigen code that you are #including is licensed 12under the MPL2 and possibly more permissive licenses (like BSD), #define this 13preprocessor symbol: 14 EIGEN_MPL2_ONLY 15For example, with most compilers, you could add this to your project CXXFLAGS: 16 -DEIGEN_MPL2_ONLY 17This will cause a compilation error to be generated if you #include any code that is 18LGPL licensed. 19
README.android
1Eigen 3.2.2 2----------- 3 4Eigen is a C++ template library for linear algebra: matrices, vectors, 5numerical solvers, and related algorithms. 6 7Website: http://eigen.tuxfamily.org/ 8 9v3.2.2. Released on August 4, 2014. This is a copy of the source 10distribution from http://bitbucket.org/eigen/eigen/get/3.2.2.tar.bz2. 11 12Non MPL2 license code is disabled. Trying to include such files will 13lead to an error. See ./Eigen/src/Core/util/NonMPL2.h for details. 14