aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* IBM XL C compiler supports __attribute__((aligned(n))) syntaxGravatar Gael Guennebaud2010-11-19
* Correct std::map fix (two commits ago); copy fix to aligned_allocator doc.Gravatar Jitse Niesen2010-11-12
* document LvalueBit betterGravatar Benoit Jacob2010-10-28
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fixed bug #84.Gravatar Hauke Heibel2010-10-21
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* bump to 2.92.0Gravatar Benoit Jacob2010-10-15
* fix compilation and warnings with fcc 4.0.1Gravatar Gael Guennebaud2010-10-13
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* set ColPivHouseholderQR as default preconditioner for JacobiSVDGravatar Benoit Jacob2010-10-11
* add option to compute thin U/V.Gravatar Benoit Jacob2010-10-08
* Rework JacobiSVD api / template parameters.Gravatar Benoit Jacob2010-10-08
* MSVC for windows mobile does not have the errno.h fileGravatar Gael Guennebaud2010-10-07
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* fix Transform() constructor taking a Transform with other mode.Gravatar Benoit Jacob2010-08-16
* further improve compilation error message for array+=matrixGravatar Gael Guennebaud2010-08-16
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* remove the aligned bit flag for non vectorizable typesGravatar Gael Guennebaud2010-08-16
* merge the backoutGravatar Benoit Jacob2010-08-11
|\
| * Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42aGravatar Benoit Jacob2010-08-11
* | Document EIGEN_NO_DEBUG macro.Gravatar Jitse Niesen2010-08-10
* | Safeguarded some Transform functions with compile time asserts.Gravatar Hauke Heibel2010-07-29
* | Transform is now per default Projective.Gravatar Hauke Heibel2010-07-29
|/
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
| * add an OpenGL module simplifying the way you can pass Eigen's objects to GLGravatar Gael Guennebaud2010-07-22
* | * fix SelfCwiseBinaryOp traits and handling of mixed typesGravatar Gael Guennebaud2010-07-19
* | * fix compilation of mixed scalar productGravatar Gael Guennebaud2010-07-19
* | * fix a couple of remaining issues with previous commit,Gravatar Gael Guennebaud2010-07-19
* | wip: extend the gebp kernel to optimize complex and mixed productsGravatar Gael Guennebaud2010-07-19
* | optimize non fused MADD, and add a flatten attribute macro to enforceGravatar Gael Guennebaud2010-07-13
* | mixing types step 3:Gravatar Gael Guennebaud2010-07-11
* | mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* | syncGravatar Gael Guennebaud2010-07-10
|\ \
* | | support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
| | * introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
| | * fix ei_aligned_delete for null pointers and non trivial dtorsGravatar Gael Guennebaud2010-07-14
| |/
| * * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
| * move ei_conj_if to a more appropriate fileGravatar Gael Guennebaud2010-07-09
|/
* syncGravatar Gael Guennebaud2010-07-07
|\
* | s/IsVectorized/VectorizableGravatar Gael Guennebaud2010-07-07
* | add a conj_product functor and optimize dot productsGravatar Gael Guennebaud2010-07-07
* | * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
* | add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
| * Various documentation improvements.Gravatar Jitse Niesen2010-07-06