aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
Commit message (Expand)AuthorAge
* undef B0Gravatar Benoit Jacob2009-09-19
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* add overloads of lazyAssign to detect common aliasing issue withGravatar Gael Guennebaud2009-08-15
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* oops forgot to remove the #include in CoreGravatar Gael Guennebaud2009-08-14
* add an optimized "apply in place a rotation in the plane",Gravatar Gael Guennebaud2009-08-13
* more product refactoringGravatar Gael Guennebaud2009-08-06
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
* | trmm is now working in all storage order configurationsGravatar Gael Guennebaud2009-07-27
* | The new trsm is working very very well (read very fast) forGravatar Gael Guennebaud2009-07-25
* | Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^TGravatar Gael Guennebaud2009-07-23
* | more refactoring in the level3 productsGravatar Gael Guennebaud2009-07-22
* | * refactoring of the matrix product into multiple small kernelsGravatar Gael Guennebaud2009-07-21
| * re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17
* | started an implementation of BandMatrix: at least the read/write accessGravatar Gael Guennebaud2009-07-14
* | synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\|
* | some cleaning/renaming is Triangular/SelfadjointViewGravatar Gael Guennebaud2009-07-14
* | add triangular * vector productGravatar Gael Guennebaud2009-07-13
* | Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
| * add a VectorBlock expr as a specialization of BlockGravatar Gael Guennebaud2009-07-05
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* 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