aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* refine the check to disable alignment. now it's disabled on gcc3 (where we do...Gravatar Benoit Jacob2009-06-21
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* 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
* 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
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* fix #2, bug in Diagonal::MaxRowsAtCompileTime when Index==DynamicGravatar Benoit Jacob2009-05-17
* simplification (no reason anymore to write that in that convoluted way)Gravatar Benoit Jacob2009-05-15
* argh, forgot to re-add the throw()Gravatar Benoit Jacob2009-05-15
* * fix bugs in EigenTesting.cmake: it didn't work with -DEIGEN_NO_ASSERTION_CH...Gravatar Benoit Jacob2009-05-15
* add partial-pivoting LU decompositionGravatar Benoit Jacob2009-05-13
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* apply patch from Hauke Heibel cleaning overloaded operator new/deteteGravatar Gael Guennebaud2009-05-07
* oops, didn't want to commit thatGravatar Benoit Jacob2009-05-07
* CREDIT Hauke Heibel, more std::vector::insert fixesGravatar Benoit Jacob2009-05-07
* *add missing overloads of setZero, etc... that were mentioned in the tutorialGravatar Benoit Jacob2009-05-06
* * compilation fixes for gcc 3.3Gravatar Gael Guennebaud2009-05-06
* fix warnings with recent gccGravatar Thomas Capricelli2009-05-04
* fix warning, unused variable dummyGravatar Benoit Jacob2009-05-04
* fix warnings with unused static functionsGravatar Benoit Jacob2009-05-04
* let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.Gravatar Benoit Jacob2009-05-03
* ok, this time cast should really work ; sorry for the noiseGravatar Gael Guennebaud2009-04-29
* fixed my mistake in castGravatar Gael Guennebaud2009-04-29
* casting to the same type no longer generates a CwiseUnaryOpGravatar Gael Guennebaud2009-04-29
* fix the Matrix(int,int)/vector 2D ctors issue so that we reallyGravatar Gael Guennebaud2009-04-24
* CREDIT Ross Smith: fix posix_memalign detectionGravatar Benoit Jacob2009-04-24
* make the ei_p* math functions overloads instead of templateGravatar Gael Guennebaud2009-04-22
* add aligned_allocator operator == and != as suggested by Hauke HeibelGravatar Gael Guennebaud2009-04-09
* more patches from Hauke Heibel: compilation/warning fixes from VC++Gravatar Benoit Jacob2009-04-09
* forward-port r951449: patch by Hauke Heibel: compile fix with VS 9Gravatar Benoit Jacob2009-04-09
* relicence Julien Pommier's SSE code to Eigen's licensesGravatar Gael Guennebaud2009-04-09
* stupid typoGravatar Gael Guennebaud2009-04-06
* * fix the binary bloat issue, Rohit's idea was the good oneGravatar Benoit Jacob2009-04-06
* fix computation of aligned_bit (has been broken by the change ofGravatar Gael Guennebaud2009-04-05
* * fixed truncation warnings caused by MatrixBase::CoeffReturnType under MSVCGravatar Kenneth Frank Riddile2009-04-03
* oops, bad copy paste in ei_psqrt, thanks to Jitse NiesenGravatar Gael Guennebaud2009-04-02