|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| Eigen/ | | 03-May-2024 | - | 116,637 | 80,864 |
| bench/ | | 03-May-2024 | - | 21,529 | 14,535 |
| blas/ | | 03-May-2024 | - | 39,392 | 27,969 |
| cmake/ | | 03-May-2024 | - | 6,542 | 5,736 |
| debug/ | | 03-May-2024 | - | 749 | 620 |
| demos/ | | 03-May-2024 | - | 2,453 | 1,799 |
| doc/ | | 03-May-2024 | - | 15,330 | 12,214 |
| failtest/ | | 03-May-2024 | - | 913 | 668 |
| lapack/ | | 03-May-2024 | - | 9,605 | 2,912 |
| scripts/ | | 03-May-2024 | - | 438 | 302 |
| test/ | | 03-May-2024 | - | 24,144 | 18,014 |
| unsupported/ | | 03-May-2024 | - | 80,268 | 57,995 |
| Android.bp | D | 03-May-2024 | 2.9 KiB | 85 | 78 |
| CMakeLists.txt | D | 03-May-2024 | 23.3 KiB | 597 | 479 |
| COPYING.BSD | D | 03-May-2024 | 1.5 KiB | 26 | 23 |
| COPYING.GPL | D | 03-May-2024 | 34.3 KiB | 675 | 553 |
| COPYING.LGPL | D | 03-May-2024 | 25.9 KiB | 503 | 418 |
| COPYING.MINPACK | D | 03-May-2024 | 2.2 KiB | 53 | 43 |
| COPYING.MPL2 | D | 03-May-2024 | 16.3 KiB | 374 | 293 |
| COPYING.README | D | 03-May-2024 | 779 | 19 | 15 |
| CTestConfig.cmake | D | 03-May-2024 | 541 | 14 | 12 |
| CTestCustom.cmake.in | D | 03-May-2024 | 105 | 4 | 2 |
| CleanSpec.mk | D | 03-May-2024 | 2.3 KiB | 53 | 0 |
| INSTALL | D | 03-May-2024 | 1.1 KiB | 36 | 25 |
| METADATA | D | 03-May-2024 | 43 | 4 | 3 |
| MODULE_LICENSE_MPL2 | D | 03-May-2024 | 0 | | |
| NOTICE | D | 03-May-2024 | 16.3 KiB | 374 | 293 |
| OWNERS | D | 03-May-2024 | 41 | 3 | 2 |
| README.android | D | 03-May-2024 | 450 | 14 | 9 |
| README.version | D | 03-May-2024 | 91 | 4 | 3 |
| eigen3.pc.in | D | 03-May-2024 | 254 | 10 | 8 |
| signature_of_eigen3_matrix_library | D | 03-May-2024 | 216 | 2 | 1 |
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
README.version