Home | History | Annotate | only in /external/eigen
Up to higher level directory
NameDateSize
Android.mk20-Sep-2013725
bench/20-Sep-2013
blas/20-Sep-2013
CleanSpec.mk20-Sep-20132.3K
cmake/20-Sep-2013
CMakeLists.txt20-Sep-201314.8K
COPYING.BSD20-Sep-20131.5K
COPYING.GPL20-Sep-201334.3K
COPYING.LGPL20-Sep-20137.5K
COPYING.MINPACK20-Sep-20132.2K
COPYING.MPL220-Sep-201316.3K
COPYING.README20-Sep-2013646
CTestConfig.cmake20-Sep-2013535
CTestCustom.cmake.in20-Sep-2013130
debug/20-Sep-2013
demos/20-Sep-2013
doc/20-Sep-2013
Eigen/20-Sep-2013
eigen3.pc.in20-Sep-2013193
failtest/20-Sep-2013
INSTALL20-Sep-20131.1K
lapack/20-Sep-2013
MODULE_LICENSE_MPL220-Sep-20130
README.android20-Sep-2013448
scripts/20-Sep-2013
signature_of_eigen3_matrix_library20-Sep-2013216
test/20-Sep-2013
unsupported/20-Sep-2013

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