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

..03-May-2022-

Eigen/H03-May-2022-116,99581,113

bench/H03-May-2022-20,87314,011

blas/H03-May-2022-39,20727,824

cmake/H03-May-2022-6,5445,738

debug/H03-May-2022-749620

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

doc/H03-May-2022-14,85111,804

failtest/H03-May-2022-837605

lapack/H03-May-2022-9,1552,653

test/H03-May-2022-24,37018,126

unsupported/H03-May-2022-79,92757,678

.gitignoreH A D14-Jan-2021268 3837

.hgeolH A D14-Jan-2021180 1210

COPYING.BSDH A D14-Jan-20211.5 KiB2623

COPYING.GPLH A D14-Jan-202134.3 KiB675553

COPYING.LGPLH A D14-Jan-202125.9 KiB503418

COPYING.MINPACKH A D14-Jan-20212.1 KiB5343

COPYING.MPL2H A D14-Jan-202116.3 KiB374293

COPYING.READMEH A D14-Jan-2021779 1915

CTestConfig.cmakeH A D14-Jan-2021527 1412

CTestCustom.cmake.inH A D14-Jan-2021180 53

INSTALLH A D14-Jan-20211.1 KiB3625

README.mdH A D14-Jan-2021175 42

eigen3.pc.inH A D14-Jan-2021254 108

signature_of_eigen3_matrix_libraryH A D14-Jan-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

README.md

1**Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.**
2
3For more information go to http://eigen.tuxfamily.org/.
4