aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixStorage.h
Commit message (Expand)AuthorAge
* after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
* we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
* A much simplified version of the earlier commit introducing way fewer changes...Gravatar Hauke Heibel2009-06-03
* Added specializations for DontAlign when using Dynamic matrices.Gravatar Hauke Heibel2009-06-03
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* The ABI break:Gravatar Benoit Jacob2009-03-26
* * allows fixed size matrix with size==0 (via a specialization ofGravatar Gael Guennebaud2009-03-23
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07
* * label Cholesky and solveTriangular.* as experimentalGravatar Benoit Jacob2009-02-02
* make the std::vector fix work also with dynamic size Eigen objects, e.g.Gravatar Benoit Jacob2009-01-10
* Based on code + help from Alex Stapleton:Gravatar Benoit Jacob2009-01-09
* oops, fix compilation (sorry for all that noise!)Gravatar Benoit Jacob2009-01-09
* overloaded operator delete should call ei_conditinal_aligned_free, notGravatar Benoit Jacob2009-01-09
* add missing inline keywords (compilation error) spotted by timvdmGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* remove the Matrix_ prefixGravatar Benoit Jacob2009-01-06
* * fix a unused variable warningGravatar Benoit Jacob2009-01-04
* * the 4th template param of Matrix is now Options. One bit for storageGravatar Benoit Jacob2009-01-04
* * make WithAlignedOperatorNew always align even when vectorization is disabledGravatar Benoit Jacob2008-12-30
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* * Fix a couple of issues related to the recent cache friendly productsGravatar Gael Guennebaud2008-07-19
* Optimization: added super efficient rowmajor * vector product (and vector * c...Gravatar Gael Guennebaud2008-07-13
* * fix compilation issue in ProductGravatar Gael Guennebaud2008-07-02
* fix two bugs dicovered by the previous commit.Gravatar Gael Guennebaud2008-06-16
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* Removed ei_pload1, use posix_memalign to allocate aligned memory,Gravatar Gael Guennebaud2008-05-02
* Make the explicit vectorization much more flexible:Gravatar Gael Guennebaud2008-04-25
* Added initial experimental support for explicit vectorization.Gravatar Gael Guennebaud2008-04-09
* - introduce sum() returning the sum of the coeffs of a vectorGravatar Benoit Jacob2008-03-15
* a lot of renamingGravatar Benoit Jacob2008-03-13
* Removed trailling spaces.Gravatar Gael Guennebaud2008-03-03
* * Added generic unary operators (replace Opposite and Conjugate)Gravatar Gael Guennebaud2008-03-03
* -merge patch from Gael Guennebaud adding NumTraits for long longGravatar Benoit Jacob2008-02-29
* Patch by Gael Guennebaud:Gravatar Benoit Jacob2008-02-29
* big architecture change dissociating "actual" dimensions from "maximum possible"Gravatar Benoit Jacob2008-01-13
* revert most of previous commit. It really is better to forbid defaultGravatar Benoit Jacob2008-01-08
* Revert to allowing default Matrix constructor even for dynamic size (which isGravatar Benoit Jacob2008-01-07
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28