| Commit message (Expand) | Author | Age |
* | fix compilation with ICC | Gael Guennebaud | 2009-05-18 |
* | fix #3, remove inline keywords in QtAlignedMalloc (MSVC fix) | Gael Guennebaud | 2009-05-18 |
* | fix #1 : need to nest by value the affine part in homogeneous product | Gael Guennebaud | 2009-05-18 |
* | fix bug reported by Moritz Lenz about random setter | Gael Guennebaud | 2009-05-18 |
* | fix #2, bug in Diagonal::MaxRowsAtCompileTime when Index==Dynamic | Benoit Jacob | 2009-05-17 |
* | simplification (no reason anymore to write that in that convoluted way) | Benoit Jacob | 2009-05-15 |
* | argh, forgot to re-add the throw() | Benoit Jacob | 2009-05-15 |
* | * fix bugs in EigenTesting.cmake: it didn't work with -DEIGEN_NO_ASSERTION_CH... | Benoit Jacob | 2009-05-15 |
* | add partial-pivoting LU decomposition | Benoit Jacob | 2009-05-13 |
* | compilation fixes | Gael Guennebaud | 2009-05-12 |
* | bugfix from Jens Mueller (s/RowMajor/IsRowMajor) | Gael Guennebaud | 2009-05-11 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | result of our experiments with LU tuning: implement very simple formula, that | Benoit Jacob | 2009-05-07 |
* | apply patch from Hauke Heibel cleaning overloaded operator new/detete | Gael Guennebaud | 2009-05-07 |
* | oops, didn't want to commit that | Benoit Jacob | 2009-05-07 |
* | CREDIT Hauke Heibel, more std::vector::insert fixes | Benoit Jacob | 2009-05-07 |
* | fix realloc when initial size was 0 (bug reported by Jens Mueller) | Gael Guennebaud | 2009-05-07 |
* | *add missing overloads of setZero, etc... that were mentioned in the tutorial | Benoit Jacob | 2009-05-06 |
* | add copyright on two public headers that are not so trivial... | Benoit Jacob | 2009-05-06 |
* | add missing function, thanks to Hauke Heibel | Benoit Jacob | 2009-05-06 |
* | one more gcc 3.3 fix | Gael Guennebaud | 2009-05-06 |
* | fix internal error with gcc 3.3 (all tests are now ok with 3.3 !) | Gael Guennebaud | 2009-05-06 |
* | * compilation fixes for gcc 3.3 | Gael Guennebaud | 2009-05-06 |
* | remove unused member remean that was just initialized | Benoit Jacob | 2009-05-05 |
* | reimplement linearRegression on top of fitHyperplane which is much better | Benoit Jacob | 2009-05-05 |
* | fix linearRegression, fix doc, add unit test (it was untested since the change | Benoit Jacob | 2009-05-05 |
* | oops | Gael Guennebaud | 2009-05-04 |
* | new simplified API to fill sparse matrices (the old functions are | Gael Guennebaud | 2009-05-04 |
* | fix warnings with recent gcc | Thomas Capricelli | 2009-05-04 |
* | fix warning, unused variable dummy | Benoit Jacob | 2009-05-04 |
* | fix warnings with unused static functions | Benoit Jacob | 2009-05-04 |
* | fix SSE2 detection on win64, reported by 'kajala' | Benoit Jacob | 2009-05-04 |
* | let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. | Benoit Jacob | 2009-05-03 |
* | add auto transposition for vectors | Gael Guennebaud | 2009-04-30 |
* | ok, this time cast should really work ; sorry for the noise | Gael Guennebaud | 2009-04-29 |
* | fixed my mistake in cast | Gael Guennebaud | 2009-04-29 |
* | casting to the same type no longer generates a CwiseUnaryOp | Gael Guennebaud | 2009-04-29 |
* | fix the Matrix(int,int)/vector 2D ctors issue so that we really | Gael Guennebaud | 2009-04-24 |
* | CREDIT Ross Smith: fix posix_memalign detection | Benoit Jacob | 2009-04-24 |
* | * update BVH to explicitely use aligned_allocator | Gael Guennebaud | 2009-04-23 |
* | make the ei_p* math functions overloads instead of template | Gael Guennebaud | 2009-04-22 |
* | add a generic version of std::vector::resize for other stl | Gael Guennebaud | 2009-04-21 |
* | std::vector now explicitely requires the use of Eigen::aligned_allocator | Gael Guennebaud | 2009-04-21 |
* | add missing vector ctor reported by Markus Moll on the ML | Gael Guennebaud | 2009-04-21 |
* | this should fix the linking issue with StdVector without any user | Gael Guennebaud | 2009-04-21 |
* | fix ctor issues with ei_workaround_msvc_std_vector | Gael Guennebaud | 2009-04-21 |
* | fix the 4x4 inverse -- unit test passes again | Benoit Jacob | 2009-04-14 |
* | patch from Moritz Lenz to allow solving transposed problem with superlu | Gael Guennebaud | 2009-04-10 |
* | fix memory leak in superlu backend | Gael Guennebaud | 2009-04-10 |
* | bugfix when the diagonal is not stored and assumed to be 1 | Gael Guennebaud | 2009-04-10 |