• Home
Name Date Size #Lines LOC

..--

Eigen/03-May-2024-70,18644,441

bench/03-May-2024-17,09011,061

blas/03-May-2024-39,80427,876

cmake/03-May-2024-2,4972,098

debug/03-May-2024-507406

demos/03-May-2024-2,4461,795

doc/03-May-2024-12,5229,891

failtest/03-May-2024-369260

lapack/03-May-2024-714551

scripts/03-May-2024-386265

test/03-May-2024-21,02315,215

unsupported/03-May-2024-31,46220,952

Android.mkD03-May-2024725 170

CMakeLists.txtD03-May-202414.8 KiB379300

COPYING.BSDD03-May-20241.5 KiB2623

COPYING.GPLD03-May-202434.3 KiB675553

COPYING.LGPLD03-May-20247.5 KiB166128

COPYING.MINPACKD03-May-20242.2 KiB5343

COPYING.MPL2D03-May-202416.3 KiB374293

COPYING.READMED03-May-2024646 1613

CTestConfig.cmakeD03-May-2024535 1412

CTestCustom.cmake.inD03-May-2024130 53

CleanSpec.mkD03-May-20242.3 KiB530

INSTALLD03-May-20241.1 KiB3625

MODULE_LICENSE_MPL2D03-May-20240

README.androidD03-May-2024448 149

eigen3.pc.inD03-May-2024193 76

signature_of_eigen3_matrix_libraryD03-May-2024216 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
8If you want to guarantee that the Eigen code that you are #including is licensed
9under the MPL2 and possibly more permissive licenses (like BSD), #define this
10preprocessor symbol:
11  EIGEN_MPL2_ONLY
12For example, with most compilers, you could add this to your project CXXFLAGS:
13  -DEIGEN_MPL2_ONLY
14This will cause a compilation error to be generated if you #include any code that is
15LGPL licensed.
16

README.android

1Eigen 3.1.1
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.1.1. Released on July 22, 2012. This is a copy of the source
10distribution from http://bitbucket.org/eigen/eigen/get/3.1.1.tar.gz.
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