Home | History | Annotate | only in /external/eigen
Up to higher level directory
NameDateSize
Android.mk03-Jun-2014725
bench/03-Jun-2014
blas/03-Jun-2014
CleanSpec.mk03-Jun-20142.3K
cmake/03-Jun-2014
CMakeLists.txt03-Jun-201414.8K
COPYING.BSD03-Jun-20141.5K
COPYING.GPL03-Jun-201434.3K
COPYING.LGPL03-Jun-20147.5K
COPYING.MINPACK03-Jun-20142.2K
COPYING.MPL203-Jun-201416.3K
COPYING.README03-Jun-2014646
CTestConfig.cmake03-Jun-2014535
CTestCustom.cmake.in03-Jun-2014130
debug/03-Jun-2014
demos/03-Jun-2014
doc/03-Jun-2014
Eigen/03-Jun-2014
eigen3.pc.in03-Jun-2014193
failtest/03-Jun-2014
INSTALL03-Jun-20141.1K
lapack/03-Jun-2014
MODULE_LICENSE_MPL203-Jun-20140
README.android03-Jun-2014448
scripts/03-Jun-2014
signature_of_eigen3_matrix_library03-Jun-2014216
test/03-Jun-2014
unsupported/03-Jun-2014

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

README.android

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