aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* conjugate expressions are now properly caught by ProductGravatar Gael Guennebaud2009-07-07
* started to catch scalar multiple and conjugate xpr in ProductGravatar Gael Guennebaud2009-07-07
* * change the nesting order of adjoint_return_type toGravatar Gael Guennebaud2009-07-07
* * take advantage of new possibilies in LLT (mat -= product)Gravatar Gael Guennebaud2009-07-07
* * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* add a generic mechanism to copy a special matrix to a dense matrix so thatGravatar Gael Guennebaud2009-07-07
* * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
* * update sparse module wrt new diagonal matrix implGravatar Gael Guennebaud2009-07-04
* fully vectorize DiagonalProductGravatar Benoit Jacob2009-06-29
* new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
* only disable the inline ASM if we're NEITHER gcc nor icc. right ??Gravatar Benoit Jacob2009-06-26
* patch by Patrick Mihelich: use empty struct + anonymous namespace for NoChangeGravatar Benoit Jacob2009-06-25
* use system variable instead of custom oneGravatar Benoit Jacob2009-06-25
* add missing code snippets for newer Matrix methods and PartialLU::solve()Gravatar Benoit Jacob2009-06-25
* * add resize(int, NoChange) and resize(NoChange, int)Gravatar Benoit Jacob2009-06-24
* use <...> for system headersGravatar Benoit Jacob2009-06-24
* re-enable the fast unaligned loads for gcc and icc using inline assemblyGravatar Gael Guennebaud2009-06-24
* use the slower unaligned load intrinsics in ei_ploadu because GCC mess up wit...Gravatar Gael Guennebaud2009-06-23
* check version number using newer cmake functionality, instead of kde macroGravatar Benoit Jacob2009-06-23
* update the stack alignment docGravatar Gael Guennebaud2009-06-22
* document the "wrong stack alignment" issue.Gravatar Benoit Jacob2009-06-21
* refine the check to disable alignment. now it's disabled on gcc3 (where we do...Gravatar Benoit Jacob2009-06-21
* add Eigen/EigenGravatar Benoit Jacob2009-06-19
* add "Dense" headerGravatar Benoit Jacob2009-06-19
* forward port fix to #12Gravatar Benoit Jacob2009-06-19
* fix #14: make llt::solve() and also ldlt::solve() work with uninitialized resultGravatar Benoit Jacob2009-06-19
* fixed typo in SuperLUSupport.hGravatar Moritz Lenz2009-06-17
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* fix #11: now the default Transform ctor set the last row in Affine mode.Gravatar Gael Guennebaud2009-06-10
* SparseMatrix::resize() always resets the matrix to an empty oneGravatar Gael Guennebaud2009-06-08
* fix #10: the reallocateSparse function was half codedGravatar Gael Guennebaud2009-06-08
* add a partial LU bench in BTLGravatar Gael Guennebaud2009-06-04
* Renamed internal helper functions from the Memory header.Gravatar Hauke Heibel2009-06-04
* Fixes #9. Thanks to the (unknown) bug contributor.Gravatar Hauke Heibel2009-06-04
* 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
* Relaxed checks againts _MaxRows and _MaxCols in Matrix::_check_template_param...Gravatar Hauke Heibel2009-05-29
* make Umeyama, and its unit-test, work for me on gcc 4.3Gravatar Benoit Jacob2009-05-27
* fix the static assert checking the size template parameters.Gravatar Benoit Jacob2009-05-27
* * Umeyama has now similar performance for RowMajor and ColMajor layouts.Gravatar Hauke Heibel2009-05-27
* Fix out of source buildGravatar Ingmar Vanhassel2009-05-27
* Added Umeyama implementation.Gravatar Hauke Heibel2009-05-26
* fix #4Gravatar Gael Guennebaud2009-05-23
* fixes #5 : freebsd really has aligned mallocGravatar Benoit Jacob2009-05-22
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | fix typoGravatar Thomas Capricelli2009-05-22
* | Oops, here the actual LLT and LDLT patch.Gravatar Hauke Heibel2009-05-22
* | Eigensolver decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | LLT and LDLT decomposition interface unification.Gravatar Hauke Heibel2009-05-22