Home | History | Annotate | only in /external/eigen
Up to higher level directory
NameDateSize
Android.mk05-Aug-2015725
bench/05-Aug-2015
blas/05-Aug-2015
CleanSpec.mk05-Aug-20152.3K
cmake/05-Aug-2015
CMakeLists.txt05-Aug-201516.5K
COPYING.BSD05-Aug-20151.5K
COPYING.GPL05-Aug-201534.3K
COPYING.LGPL05-Aug-201525.9K
COPYING.MINPACK05-Aug-20152.2K
COPYING.MPL205-Aug-201516.3K
COPYING.README05-Aug-2015779
CTestConfig.cmake05-Aug-2015541
CTestCustom.cmake.in05-Aug-2015105
debug/05-Aug-2015
demos/05-Aug-2015
doc/05-Aug-2015
Eigen/05-Aug-2015
eigen3.pc.in05-Aug-2015193
failtest/05-Aug-2015
INSTALL05-Aug-20151.1K
lapack/05-Aug-2015
MODULE_LICENSE_MPL205-Aug-20150
README.android05-Aug-2015450
scripts/05-Aug-2015
signature_of_eigen3_matrix_library05-Aug-2015216
test/05-Aug-2015
unsupported/05-Aug-2015

COPYING.README

      1 Eigen 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 
      5 Some files contain third-party code under BSD or LGPL licenses, whence the other
      6 COPYING.* files here.
      7 
      8 All the LGPL code is either LGPL 2.1-only, or LGPL 2.1-or-later.
      9 For this reason, the COPYING.LGPL file contains the LGPL 2.1 text.
     10 
     11 If you want to guarantee that the Eigen code that you are #including is licensed
     12 under the MPL2 and possibly more permissive licenses (like BSD), #define this
     13 preprocessor symbol:
     14   EIGEN_MPL2_ONLY
     15 For example, with most compilers, you could add this to your project CXXFLAGS:
     16   -DEIGEN_MPL2_ONLY
     17 This will cause a compilation error to be generated if you #include any code that is
     18 LGPL licensed.
     19 

README.android

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