aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
Commit message (Expand)AuthorAge
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* add copyright on two public headers that are not so trivial...Gravatar Benoit Jacob2009-05-06
* fix SSE2 detection on win64, reported by 'kajala'Gravatar Benoit Jacob2009-05-04
* let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.Gravatar Benoit Jacob2009-05-03
* add vectorization of sqrt for floatGravatar Gael Guennebaud2009-03-27
* add SSE2 versions of sin, cos, log, exp using code from JulienGravatar Gael Guennebaud2009-03-25
* remove bad #include of SelfadjointRank2Update.hGravatar Gael Guennebaud2009-03-05
* big addons:Gravatar Gael Guennebaud2009-03-05
* add ReturnByValue pseudo expression for in-place evaluation with aGravatar Gael Guennebaud2009-03-04
* * split CacheFriendlyProduct into multiple smaller filesGravatar Gael Guennebaud2009-02-21
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* #error if min or max is definedGravatar Benoit Jacob2009-01-19
* fix potential compilation issue on MSVC + no vectorizationGravatar Benoit Jacob2009-01-10
* * Added aligned_allocator for using 16-byte aligned types with STL containers...Gravatar Kenneth Frank Riddile2009-01-09
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* * throw bad_alloc if exceptions are enabled, after patch by Kenneth RiddileGravatar Benoit Jacob2008-12-16
* Finally work around enough of MSVC preprocessor dumbness so that it actually ...Gravatar Benoit Jacob2008-12-15
* work around the braindead msvc preprocessorGravatar Benoit Jacob2008-12-15
* Fix detection of SSE2 with MSVC.Gravatar Benoit Jacob2008-12-15
* Fix memory alignment (hence vectorization) on MSVC thanks to help from Armin ...Gravatar Benoit Jacob2008-12-15
* remove CoreDeclaration from the documentationGravatar Gael Guennebaud2008-08-28
* * temporarily remove doxygen customization, we'll see if that fix api.kde.orgGravatar Gael Guennebaud2008-08-28
* doc + quick bug fix in Matrix ctorGravatar Gael Guennebaud2008-08-28
* * remove debug code commited by mistake in AssignGravatar Gael Guennebaud2008-08-26
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* fix compile errors with gcc 4.3: unresolved func call toGravatar Benoit Jacob2008-08-03
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Add a *very efficient* evaluation path for both col-major matrix * vectorGravatar Gael Guennebaud2008-07-12
* * added optimized paths for matrix-vector and vector-matrix productsGravatar Gael Guennebaud2008-07-09
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* split sum away from redux and vectorize it.Gravatar Benoit Jacob2008-06-23
* * split Product to a DiagonalProduct template specializationGravatar Gael Guennebaud2008-06-15
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* work around Doxygen bug triggered by r814874, which caused many classes to di...Gravatar Benoit Jacob2008-06-02
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.Gravatar Gael Guennebaud2008-05-29
* hehe, the complicated nesting scheme in Flagged in the previous commitGravatar Benoit Jacob2008-05-28
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* part 2 of big change: rename Triangular.h -> Extract.hGravatar Benoit Jacob2008-05-27
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* Introduce generic Flagged xpr, remove already Lazy.h and Temporary.hGravatar Benoit Jacob2008-05-14
* * Added several cast to int of the enums (needed for some compilers)Gravatar Gael Guennebaud2008-05-12
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12