Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
language_support.cmake | 2017-11-22 | 2.4 kB | |
RegexUtils.cmake | 2017-11-22 | 936 Bytes | |
FindSuperLU.cmake | 2017-11-22 | 712 Bytes | |
FindUmfpack.cmake | 2017-11-22 | 1.6 kB | |
FindScotch.cmake | 2017-11-22 | 615 Bytes | |
FindSPQR.cmake | 2017-11-22 | 1.0 kB | |
FindStandardMathLibrary.cmake | 2017-11-22 | 2.2 kB | |
FindMPFR.cmake | 2017-11-22 | 2.8 kB | |
FindPastix.cmake | 2017-11-22 | 716 Bytes | |
FindGSL.cmake | 2017-11-22 | 5.0 kB | |
FindLAPACK.cmake | 2017-11-22 | 9.9 kB | |
FindMetis.cmake | 2017-11-22 | 2.0 kB | |
FindGMP.cmake | 2017-11-22 | 554 Bytes | |
FindGoogleHash.cmake | 2017-11-22 | 909 Bytes | |
FindEigen3.cmake | 2017-11-22 | 3.0 kB | |
FindFFTW.cmake | 2017-11-22 | 2.8 kB | |
FindGLEW.cmake | 2017-11-22 | 2.9 kB | |
FindCholmod.cmake | 2017-11-22 | 2.6 kB | |
FindEigen2.cmake | 2017-11-22 | 2.8 kB | |
EigenTesting.cmake | 2017-11-22 | 19.0 kB | |
FindAdolc.cmake | 2017-11-22 | 504 Bytes | |
FindBLAS.cmake | 2017-11-22 | 13.0 kB | |
EigenDetermineOSVersion.cmake | 2017-11-22 | 1.5 kB | |
EigenDetermineVSServicePack.cmake | 2017-11-22 | 1.1 kB | |
EigenConfigureTesting.cmake | 2017-11-22 | 3.4 kB | |
Totals: 25 Items | 84.0 kB | 0 |
Eigen is primarily MPL2 licensed. See COPYING.MPL2 and these links: http://www.mozilla.org/MPL/2.0/ http://www.mozilla.org/MPL/2.0/FAQ.html Some files contain third-party code under BSD or LGPL licenses, whence the other COPYING.* files here. All the LGPL code is either LGPL 2.1-only, or LGPL 2.1-or-later. For this reason, the COPYING.LGPL file contains the LGPL 2.1 text. If you want to guarantee that the Eigen code that you are #including is licensed under the MPL2 and possibly more permissive licenses (like BSD), #define this preprocessor symbol: EIGEN_MPL2_ONLY For example, with most compilers, you could add this to your project CXXFLAGS: -DEIGEN_MPL2_ONLY This will cause a compilation error to be generated if you #include any code that is LGPL licensed.