Home | History | Annotate | only in /external/eigen
Up to higher level directory
NameDateSize
Android.mk25-Jul-2013725
bench/25-Jul-2013
blas/25-Jul-2013
CleanSpec.mk25-Jul-20132.3K
cmake/25-Jul-2013
CMakeLists.txt25-Jul-201314.8K
COPYING.BSD25-Jul-20131.5K
COPYING.GPL25-Jul-201334.3K
COPYING.LGPL25-Jul-20137.5K
COPYING.MINPACK25-Jul-20132.2K
COPYING.MPL225-Jul-201316.3K
COPYING.README25-Jul-2013646
CTestConfig.cmake25-Jul-2013535
CTestCustom.cmake.in25-Jul-2013130
debug/25-Jul-2013
demos/25-Jul-2013
doc/25-Jul-2013
Eigen/25-Jul-2013
eigen3.pc.in25-Jul-2013193
failtest/25-Jul-2013
INSTALL25-Jul-20131.1K
lapack/25-Jul-2013
MODULE_LICENSE_MPL225-Jul-20130
README.android25-Jul-2013448
scripts/25-Jul-2013
signature_of_eigen3_matrix_library25-Jul-2013216
test/25-Jul-2013
unsupported/25-Jul-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