aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* fix #10: the reallocateSparse function was half codedGravatar Gael Guennebaud2009-06-08
* 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
* 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
* | LU and PartialLU decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | QR and SVD decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | add internal comment (mostly a pretext to test the eigen-commits list)Gravatar Benoit Jacob2009-05-20
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* fix comments (old comments that were copied from LU)Gravatar Benoit Jacob2009-05-19
* * optimize sum() for sparse matrices and vectorsGravatar Gael Guennebaud2009-05-19
* fix compilation with ICCGravatar Gael Guennebaud2009-05-18
* fix #3, remove inline keywords in QtAlignedMalloc (MSVC fix)Gravatar 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
* add copyright on two public headers that are not so trivial...Gravatar Benoit Jacob2009-05-06
* add missing function, thanks to Hauke HeibelGravatar 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