Home | History | Annotate | only in /external/eigen
Up to higher level directory
NameDateSize
Android.mk11-Dec-2013725
bench/11-Dec-2013
blas/11-Dec-2013
CleanSpec.mk11-Dec-20132.3K
cmake/11-Dec-2013
CMakeLists.txt11-Dec-201314.8K
COPYING.BSD11-Dec-20131.5K
COPYING.GPL11-Dec-201334.3K
COPYING.LGPL11-Dec-20137.5K
COPYING.MINPACK11-Dec-20132.2K
COPYING.MPL211-Dec-201316.3K
COPYING.README11-Dec-2013646
CTestConfig.cmake11-Dec-2013535
CTestCustom.cmake.in11-Dec-2013130
debug/11-Dec-2013
demos/11-Dec-2013
doc/11-Dec-2013
Eigen/11-Dec-2013
eigen3.pc.in11-Dec-2013193
failtest/11-Dec-2013
INSTALL11-Dec-20131.1K
lapack/11-Dec-2013
MODULE_LICENSE_MPL211-Dec-20130
README.android11-Dec-2013448
scripts/11-Dec-2013
signature_of_eigen3_matrix_library11-Dec-2013216
test/11-Dec-2013
unsupported/11-Dec-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