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

..--

Eigen/23-Nov-2023-116,63780,864

bench/23-Nov-2023-21,52914,535

blas/23-Nov-2023-39,39227,969

cmake/23-Nov-2023-6,5425,736

debug/23-Nov-2023-749620

demos/23-Nov-2023-2,4531,799

doc/23-Nov-2023-15,33012,214

failtest/23-Nov-2023-913668

lapack/23-Nov-2023-9,6052,912

scripts/23-Nov-2023-438302

test/23-Nov-2023-24,14418,014

unsupported/23-Nov-2023-80,26857,995

Android.bpD23-Nov-20232.9 KiB8578

CMakeLists.txtD23-Nov-202323.3 KiB597479

COPYING.BSDD23-Nov-20231.5 KiB2623

COPYING.GPLD23-Nov-202334.3 KiB675553

COPYING.LGPLD23-Nov-202325.9 KiB503418

COPYING.MINPACKD23-Nov-20232.2 KiB5343

COPYING.MPL2D23-Nov-202316.3 KiB374293

COPYING.READMED23-Nov-2023779 1915

CTestConfig.cmakeD23-Nov-2023541 1412

CTestCustom.cmake.inD23-Nov-2023105 42

CleanSpec.mkD23-Nov-20232.3 KiB530

INSTALLD23-Nov-20231.1 KiB3625

METADATAD23-Nov-202343 43

MODULE_LICENSE_MPL2D23-Nov-20230

NOTICED23-Nov-202316.3 KiB374293

OWNERSD23-Nov-202341 32

README.androidD23-Nov-2023450 149

README.versionD23-Nov-202391 43

eigen3.pc.inD23-Nov-2023254 108

signature_of_eigen3_matrix_libraryD23-Nov-2023216 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.android

1Eigen 3.2.2
2-----------
3
4Eigen is a C++ template library for linear algebra: matrices, vectors,
5numerical solvers, and related algorithms.
6
7Website: http://eigen.tuxfamily.org/
8
9v3.2.2. Released on August 4, 2014. This is a copy of the source
10distribution from http://bitbucket.org/eigen/eigen/get/3.2.2.tar.bz2.
11
12Non MPL2 license code is disabled. Trying to include such files will
13lead to an error. See ./Eigen/src/Core/util/NonMPL2.h for details.
14

README.version

1URL: http://bitbucket.org/eigen/eigen/get/3.3.3.tar.bz2
2Version: 3.3.3
3BugComponent: 99023
4