Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
zlarfg.f | 2017-11-22 | 5.4 kB | |
zlarft.f | 2017-11-22 | 10.5 kB | |
zlarf.f | 2017-11-22 | 6.3 kB | |
zlarfb.f | 2017-11-22 | 23.5 kB | |
slarft.f | 2017-11-22 | 10.2 kB | |
zlacgv.f | 2017-11-22 | 2.8 kB | |
zladiv.f | 2017-11-22 | 2.4 kB | |
slarfb.f | 2017-11-22 | 22.7 kB | |
slarfg.f | 2017-11-22 | 4.9 kB | |
slapy3.f | 2017-11-22 | 2.7 kB | |
slarf.f | 2017-11-22 | 6.1 kB | |
slamch.f | 2017-11-22 | 5.3 kB | |
slapy2.f | 2017-11-22 | 2.5 kB | |
second_NONE.f | 2017-11-22 | 1.3 kB | |
single.cpp | 2017-11-22 | 542 Bytes | |
sladiv.f | 2017-11-22 | 2.9 kB | |
lapack_common.h | 2017-11-22 | 731 Bytes | |
lu.cpp | 2017-11-22 | 2.7 kB | |
ilaslr.f | 2017-11-22 | 3.0 kB | |
ilazlc.f | 2017-11-22 | 3.0 kB | |
ilazlr.f | 2017-11-22 | 3.0 kB | |
iladlr.f | 2017-11-22 | 3.0 kB | |
ilaslc.f | 2017-11-22 | 2.9 kB | |
ilaclc.f | 2017-11-22 | 3.0 kB | |
ilaclr.f | 2017-11-22 | 3.0 kB | |
iladlc.f | 2017-11-22 | 3.0 kB | |
dsecnd_NONE.f | 2017-11-22 | 1.3 kB | |
eigenvalues.cpp | 2017-11-22 | 2.3 kB | |
dlarfg.f | 2017-11-22 | 4.9 kB | |
dlarft.f | 2017-11-22 | 10.2 kB | |
double.cpp | 2017-11-22 | 543 Bytes | |
dlarf.f | 2017-11-22 | 6.2 kB | |
dlarfb.f | 2017-11-22 | 22.7 kB | |
dlapy2.f | 2017-11-22 | 2.5 kB | |
dlapy3.f | 2017-11-22 | 2.7 kB | |
complex_single.cpp | 2017-11-22 | 558 Bytes | |
dladiv.f | 2017-11-22 | 3.0 kB | |
dlamch.f | 2017-11-22 | 5.3 kB | |
CMakeLists.txt | 2017-11-22 | 10.9 kB | |
complex_double.cpp | 2017-11-22 | 559 Bytes | |
clarfb.f | 2017-11-22 | 23.4 kB | |
clarfg.f | 2017-11-22 | 5.3 kB | |
clarft.f | 2017-11-22 | 10.4 kB | |
cladiv.f | 2017-11-22 | 2.3 kB | |
clarf.f | 2017-11-22 | 6.3 kB | |
cholesky.cpp | 2017-11-22 | 2.2 kB | |
clacgv.f | 2017-11-22 | 2.8 kB | |
Totals: 47 Items | 263.6 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.