aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* fix Transform() constructor taking a Transform with other mode.Gravatar Benoit Jacob2010-08-16
* fix warningsGravatar Benoit Jacob2010-08-16
* further improve compilation error message for array+=matrixGravatar Gael Guennebaud2010-08-16
* improve compilation error message for array+=matrix and the likesGravatar Gael Guennebaud2010-08-16
* fix declaration of AffineTransformType in TranslationGravatar Gael Guennebaud2010-08-16
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* slightly generalize the alignment assert in MapBaseGravatar Gael Guennebaud2010-08-16
* remove the aligned bit flag for non vectorizable typesGravatar Gael Guennebaud2010-08-16
* forgot to remove a #endifGravatar Benoit Jacob2010-08-13
* fix determination of number of registers on sse:Gravatar Benoit Jacob2010-08-13
* 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
* | Added more detailed docs to the QR decompositions classes.Gravatar Hauke Heibel2010-08-05
* | fix warnings. The one in Reverse was potentially serious: coeff() methods sho...Gravatar Benoit Jacob2010-08-03
* | Fixed Affine transform typedef.Gravatar Hauke Heibel2010-08-02
* | Added static method Identity() to the Translation class.Gravatar Hauke Heibel2010-07-29
* | Safeguarded some Transform functions with compile time asserts.Gravatar Hauke Heibel2010-07-29
* | Transform is now per default Projective.Gravatar Hauke Heibel2010-07-29
* | Removed debug outputs.Gravatar Hauke Heibel2010-07-28
* | * added EIGEN_ALIGNED_ALLOCATOR macro to allow specifying a different aligned...Gravatar Kenneth Riddile2010-07-26
* | Several changes in comments to keep Doxygen happy.Gravatar Jitse Niesen2010-07-25
* | Add examples for API documentation of block methods in DenseBase.Gravatar Jitse Niesen2010-07-23
* | Add newline at the end of Dense.Gravatar User Martin Senst2010-07-23
|/
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* fix merge conflictsGravatar Gael Guennebaud2010-07-22
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
* | oopsGravatar Gael Guennebaud2010-07-22
| * add an OpenGL module simplifying the way you can pass Eigen's objects to GLGravatar Gael Guennebaud2010-07-22
| * fix SparseView: clean the nested matrix typeGravatar Gael Guennebaud2010-07-22
| * Unified LinSpaced in order to be conform with other setter methods as e.g. Co...Gravatar Hauke Heibel2010-07-22
* | mergeGravatar Gael Guennebaud2010-07-22
|\ \
* | | rename indices to a common schemeGravatar Gael Guennebaud2010-07-22
* | | fix inner vectorization logicGravatar Gael Guennebaud2010-07-22
* | | fix strict aliasing issueGravatar Gael Guennebaud2010-07-22
| * | fix a strict aliasing issue with gcc 4.3Gravatar Gael Guennebaud2010-07-20
|/ /
* | fix static allocation of workspaceGravatar Gael Guennebaud2010-07-20
* | add NEON ploaddup and pcplxflip functionsGravatar Gael Guennebaud2010-07-20
* | one more fix for openmpGravatar Gael Guennebaud2010-07-20
* | improve block-size heuristicGravatar Gael Guennebaud2010-07-20
* | fix openmp versionGravatar Gael Guennebaud2010-07-20
* | fix declaration of pack_lhs in trsmGravatar Gael Guennebaud2010-07-20
* | uncomment commented code for debugGravatar Gael Guennebaud2010-07-20
* | fix trmm and symm wrt lhs packingGravatar Gael Guennebaud2010-07-20
* | fix compilation by including file in correct orderGravatar Gael Guennebaud2010-07-19
* | * fix SelfCwiseBinaryOp traits and handling of mixed typesGravatar Gael Guennebaud2010-07-19
* | explicitely disable vectorization for mixed coeff based productsGravatar Gael Guennebaud2010-07-19
* | fix lhs packing in the case of real * complex productsGravatar Gael Guennebaud2010-07-19
* | port Jacobi to new ei_pset1/ei_pload APIGravatar Gael Guennebaud2010-07-19