|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 02-Aug-2021 | - |
| Eigen/ | H | 03-May-2022 | - | 80,807 | 50,884 |
| bench/ | H | 03-May-2022 | - | 17,088 | 11,054 |
| blas/ | H | 03-May-2022 | - | 36,611 | 26,436 |
| cmake/ | H | 02-Aug-2021 | - | 2,508 | 2,097 |
| debug/ | H | 02-Aug-2021 | - | 743 | 616 |
| demos/ | H | 03-May-2022 | - | 2,389 | 1,757 |
| doc/ | H | 03-May-2022 | - | 12,733 | 9,998 |
| failtest/ | H | 03-May-2022 | - | 565 | 402 |
| lapack/ | H | 03-May-2022 | - | 9,023 | 2,538 |
| scripts/ | H | 03-May-2022 | - | 431 | 297 |
| test/ | H | 03-May-2022 | - | 23,735 | 17,205 |
| unsupported/ | H | 03-May-2022 | - | 31,501 | 21,653 |
| .hgeol | H A D | 02-Aug-2021 | 126 | 9 | 7 |
| COPYING.BSD | H A D | 02-Aug-2021 | 1.5 KiB | 26 | 23 |
| COPYING.GPL | H A D | 02-Aug-2021 | 34.3 KiB | 675 | 553 |
| COPYING.LGPL | H A D | 02-Aug-2021 | 25.9 KiB | 503 | 418 |
| COPYING.MINPACK | H A D | 02-Aug-2021 | 2.1 KiB | 53 | 43 |
| COPYING.MPL2 | H A D | 02-Aug-2021 | 16.3 KiB | 374 | 293 |
| COPYING.README | H A D | 02-Aug-2021 | 779 | 19 | 15 |
| CTestConfig.cmake | H A D | 02-Aug-2021 | 541 | 14 | 12 |
| CTestCustom.cmake.in | H A D | 02-Aug-2021 | 105 | 4 | 2 |
| INSTALL | H A D | 02-Aug-2021 | 1.1 KiB | 36 | 25 |
| Makefile.am | H A D | 02-Aug-2021 | 19.4 KiB | 434 | 425 |
| Makefile.in | H A D | 02-Aug-2021 | 43.8 KiB | 1,231 | 1,143 |
| eigen3.pc.in | H A D | 02-Aug-2021 | 254 | 10 | 8 |
| signature_of_eigen3_matrix_library | H A D | 02-Aug-2021 | 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