| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| Android.bp | 05-Oct-2017 | 691 | |
| Android.mk | 05-Oct-2017 | 666 | |
| bench/ | 05-Oct-2017 | ||
| blas/ | 05-Oct-2017 | ||
| CleanSpec.mk | 05-Oct-2017 | 2.3K | |
| cmake/ | 05-Oct-2017 | ||
| CMakeLists.txt | 05-Oct-2017 | 23.3K | |
| COPYING.BSD | 05-Oct-2017 | 1.5K | |
| COPYING.GPL | 05-Oct-2017 | 34.3K | |
| COPYING.LGPL | 05-Oct-2017 | 25.9K | |
| COPYING.MINPACK | 05-Oct-2017 | 2.2K | |
| COPYING.MPL2 | 05-Oct-2017 | 16.3K | |
| COPYING.README | 05-Oct-2017 | 779 | |
| CTestConfig.cmake | 05-Oct-2017 | 541 | |
| CTestCustom.cmake.in | 05-Oct-2017 | 105 | |
| debug/ | 05-Oct-2017 | ||
| demos/ | 05-Oct-2017 | ||
| doc/ | 05-Oct-2017 | ||
| Eigen/ | 05-Oct-2017 | ||
| eigen3.pc.in | 05-Oct-2017 | 254 | |
| failtest/ | 05-Oct-2017 | ||
| INSTALL | 05-Oct-2017 | 1.1K | |
| lapack/ | 05-Oct-2017 | ||
| MODULE_LICENSE_MPL2 | 05-Oct-2017 | 0 | |
| NOTICE | 05-Oct-2017 | 16.3K | |
| README.android | 05-Oct-2017 | 450 | |
| README.version | 05-Oct-2017 | 91 | |
| scripts/ | 05-Oct-2017 | ||
| signature_of_eigen3_matrix_library | 05-Oct-2017 | 216 | |
| test/ | 05-Oct-2017 | ||
| unsupported/ | 05-Oct-2017 | ||
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 All the LGPL code is either LGPL 2.1-only, or LGPL 2.1-or-later. 9 For this reason, the COPYING.LGPL file contains the LGPL 2.1 text. 10 11 If you want to guarantee that the Eigen code that you are #including is licensed 12 under the MPL2 and possibly more permissive licenses (like BSD), #define this 13 preprocessor symbol: 14 EIGEN_MPL2_ONLY 15 For example, with most compilers, you could add this to your project CXXFLAGS: 16 -DEIGEN_MPL2_ONLY 17 This will cause a compilation error to be generated if you #include any code that is 18 LGPL licensed. 19
1 Eigen 3.2.2 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.2.2. Released on August 4, 2014. This is a copy of the source 10 distribution from http://bitbucket.org/eigen/eigen/get/3.2.2.tar.bz2. 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
1 URL: http://bitbucket.org/eigen/eigen/get/3.3.3.tar.bz2 2 Version: 3.3.3 3 BugComponent: 99023 4