aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* * 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
* enable testing of complex numbers for taucsGravatar Gael Guennebaud2009-05-12
* fix adolc unit test for dynamic sizesGravatar Gael Guennebaud2009-05-12
* compilation fixesGravatar Gael Guennebaud2009-05-12
* various minor updates of some unit testsGravatar Gael Guennebaud2009-05-11
* bugfix from Jens Mueller (s/RowMajor/IsRowMajor)Gravatar Gael Guennebaud2009-05-11
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* CREDIT Hauke Heibel, fix MSVC warningsGravatar Benoit Jacob2009-05-09
* *make coeff() return a const reference (required with the recent change with ...Gravatar Benoit Jacob2009-05-09
* 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
* CREDIT Hauke Heibel, windows compatibility fixes in MatrixExponentialGravatar Benoit Jacob2009-05-07
* forgot a svn add CMakeLists.txtGravatar Gael Guennebaud2009-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
* add -Wextra only if compiler supports itGravatar Gael Guennebaud2009-05-06
* new unsupported module by Jitse Niesen: matrix exponentialGravatar Benoit Jacob2009-05-05
* 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
* fix SSE2 detection on win64, reported by 'kajala'Gravatar Benoit Jacob2009-05-04
* add an AlignedVector3 module suitable for vectorization of 3D vectorsGravatar Gael Guennebaud2009-05-03
* "forgot to commit the required changes in stdvector unit test"Gravatar Gael Guennebaud2009-05-03
* 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
* gni, forgot to call the new subtestGravatar Benoit Jacob2009-04-29
* casting to the same type no longer generates a CwiseUnaryOpGravatar Gael Guennebaud2009-04-29
* add cast<>() tests. including a vectorization_logic test that currently fails...Gravatar Benoit Jacob2009-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
* remove unsupported/doc from make's "all" targetGravatar Gael Guennebaud2009-04-23
* * update BVH to explicitely use aligned_allocatorGravatar Gael Guennebaud2009-04-23
* make the ei_p* math functions overloads instead of templateGravatar Gael Guennebaud2009-04-22
* update STL vector docGravatar Gael Guennebaud2009-04-22
* add a generic version of std::vector::resize for other stlGravatar Gael Guennebaud2009-04-21