aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* fix compilation with ICCGravatar Gael Guennebaud2009-05-18
* fix #1 : need to nest by value the affine part in homogeneous productGravatar Gael Guennebaud2009-05-18
* fix bug reported by Moritz Lenz about random setterGravatar Gael Guennebaud2009-05-18
* 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
* compilation fixesGravatar Gael Guennebaud2009-05-12
* bugfix from Jens Mueller (s/RowMajor/IsRowMajor)Gravatar Gael Guennebaud2009-05-11
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* result of our experiments with LU tuning: implement very simple formula, thatGravatar Benoit Jacob2009-05-07
* 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
* fix realloc when initial size was 0 (bug reported by Jens Mueller)Gravatar Gael Guennebaud2009-05-07
* *add missing overloads of setZero, etc... that were mentioned in the tutorialGravatar Benoit Jacob2009-05-06
* one more gcc 3.3 fixGravatar Gael Guennebaud2009-05-06
* fix internal error with gcc 3.3 (all tests are now ok with 3.3 !)Gravatar Gael Guennebaud2009-05-06
* * compilation fixes for gcc 3.3Gravatar Gael Guennebaud2009-05-06
* remove unused member remean that was just initializedGravatar Benoit Jacob2009-05-05
* reimplement linearRegression on top of fitHyperplane which is much betterGravatar Benoit Jacob2009-05-05
* fix linearRegression, fix doc, add unit test (it was untested since the changeGravatar Benoit Jacob2009-05-05
* oopsGravatar Gael Guennebaud2009-05-04
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* 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
* add auto transposition for vectorsGravatar Gael Guennebaud2009-04-30
* 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
* fix the 4x4 inverse -- unit test passes againGravatar Benoit Jacob2009-04-14
* patch from Moritz Lenz to allow solving transposed problem with superluGravatar Gael Guennebaud2009-04-10
* fix memory leak in superlu backendGravatar Gael Guennebaud2009-04-10
* bugfix when the diagonal is not stored and assumed to be 1Gravatar Gael Guennebaud2009-04-10
* 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
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* * fixed truncation warnings caused by MatrixBase::CoeffReturnType under MSVCGravatar Kenneth Frank Riddile2009-04-03
* add an assertion in sparse LLT for invalid input matrixGravatar Gael Guennebaud2009-04-03