eigen/Eigen
Benoit Steiner 7ed9441ea4 Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a boolean)
Created a new EIGEN_ALIGN_BYTES define to encode how the data should be aligned
Fixed a few remaining alignment issues exposed when the Eigen code is compiled with avx enabled.
Created a new EIGEN_ALIGN_DEFAULT define, which is set to the minimum alignment value required for the chosen instruction set. Use this value instead of EIGEN_ALIGN32 to preserve the existing alignment on SSE/Altivec/Neon.
2014-02-18 18:06:44 -08:00
..
src Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a boolean) 2014-02-18 18:06:44 -08:00
Array
Cholesky Get rid of include directives inside namespace blocks (bug #339). 2012-04-15 11:06:28 +01:00
CholmodSupport extend documentation of *Support modules 2012-06-21 10:51:22 +02:00
CMakeLists.txt
Core Added support for AVX to Eigen. 2014-01-29 11:43:05 -08:00
Dense
Eigen Sparse is stable now, so Eigen/Eigen should include Sparse 2013-10-02 23:31:59 +02:00
Eigen2Support Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
Eigenvalues Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv with A and B general real matrices. 2012-07-26 20:15:17 +02:00
Geometry Added support for AVX to Eigen. 2014-01-29 11:43:05 -08:00
Householder Get rid of include directives inside namespace blocks (bug #339). 2012-04-15 11:06:28 +01:00
IterativeLinearSolvers Big changes in Eigen documentation: 2013-01-05 16:37:11 +01:00
Jacobi Get rid of include directives inside namespace blocks (bug #339). 2012-04-15 11:06:28 +01:00
LeastSquares Get rid of include directives inside namespace blocks (bug #339). 2012-04-15 11:06:28 +01:00
LU Added support for AVX to Eigen. 2014-01-29 11:43:05 -08:00
MetisSupport Documentation for the ordering methods 2013-01-21 15:37:47 +01:00
OrderingMethods Fix some MPL2/LGPL lisencing confusions 2013-02-06 11:30:33 +01:00
PardisoSupport extend documentation of *Support modules 2012-06-21 10:51:22 +02:00
PaStiXSupport extend documentation of *Support modules 2012-06-21 10:51:22 +02:00
QR Minor corrections in QR docs. 2013-12-31 18:06:28 +00:00
QtAlignedMalloc
Sparse Fix some doxygen errors and warnings. 2013-07-02 14:08:12 +01:00
SparseCholesky Add missing dependency in SparseSholesky header 2013-06-11 21:13:30 +02:00
SparseCore Move the definition of DenseBase::InnerIterator to Core module. (needed to make blueNorm generic) 2013-01-15 22:03:54 +01:00
SparseLU Include misc struct declarations 2013-05-29 10:15:40 +02:00
SparseQR Include misc struct declarations 2013-05-29 10:15:40 +02:00
SPQRSupport Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused variables in the unit tests and also fix a few other warnings. 2013-06-25 11:42:04 +02:00
StdDeque Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
StdList Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
StdVector Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
SuperLUSupport extend documentation of *Support modules 2012-06-21 10:51:22 +02:00
SVD Get rid of include directives inside namespace blocks (bug #339). 2012-04-15 11:06:28 +01:00
UmfPackSupport extend documentation of *Support modules 2012-06-21 10:51:22 +02:00