• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..02-Aug-2021-

Eigen/H03-May-2022-80,80750,884

bench/H03-May-2022-17,08811,054

blas/H03-May-2022-36,61126,436

cmake/H02-Aug-2021-2,5082,097

debug/H02-Aug-2021-743616

demos/H03-May-2022-2,3891,757

doc/H03-May-2022-12,7339,998

failtest/H03-May-2022-565402

lapack/H03-May-2022-9,0232,538

scripts/H03-May-2022-431297

test/H03-May-2022-23,73517,205

unsupported/H03-May-2022-31,50121,653

.hgeolH A D02-Aug-2021126 97

COPYING.BSDH A D02-Aug-20211.5 KiB2623

COPYING.GPLH A D02-Aug-202134.3 KiB675553

COPYING.LGPLH A D02-Aug-202125.9 KiB503418

COPYING.MINPACKH A D02-Aug-20212.1 KiB5343

COPYING.MPL2H A D02-Aug-202116.3 KiB374293

COPYING.READMEH A D02-Aug-2021779 1915

CTestConfig.cmakeH A D02-Aug-2021541 1412

CTestCustom.cmake.inH A D02-Aug-2021105 42

INSTALLH A D02-Aug-20211.1 KiB3625

Makefile.amH A D02-Aug-202119.4 KiB434425

Makefile.inH A D02-Aug-202143.8 KiB1,2311,143

eigen3.pc.inH A D02-Aug-2021254 108

signature_of_eigen3_matrix_libraryH A D02-Aug-2021216 21

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