aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* s/cholesky/llt in precompiled lib and BTLGravatar Gael Guennebaud2009-02-06
* add bench_reverse, draft of a reverse vectorization for AltiVec, makeGravatar Gael Guennebaud2009-02-06
* Add vectorization of Reverse (was more tricky than I thought) andGravatar Gael Guennebaud2009-02-06
* Reverse::coeff*(int) functions are for vector onlyGravatar Gael Guennebaud2009-02-06
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* add optimization flag for MSVC and heavy testsGravatar Gael Guennebaud2009-02-05
* add snippet for sub/super diagonalGravatar Gael Guennebaud2009-02-05
* update doc of DiagonalCoeffsGravatar Gael Guennebaud2009-02-05
* Add sub/super-diagonal expression (read/write) as a trivial extension ofGravatar Gael Guennebaud2009-02-05
* undo an unecessary change in cache-friendly product made for MSVCGravatar Gael Guennebaud2009-02-05
* remove explicit fortran dependency in FindCholmodGravatar Gael Guennebaud2009-02-05
* forgot to commit changes in main CMakeLists.txtGravatar Gael Guennebaud2009-02-05
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* fix various Taucs and Cholmod issues (they have not been tested for a while)Gravatar Gael Guennebaud2009-02-04
* bugfix in LDLt for size==1Gravatar Gael Guennebaud2009-02-04
* forgot to add EigenTesting.cmake fileGravatar Gael Guennebaud2009-02-04
* oops, #ifdef instead of #if ---> bugGravatar Benoit Jacob2009-02-04
* forgot to update this unit test...Gravatar Benoit Jacob2009-02-04
* disable alignment altogether outside of the platforms which potentially have ...Gravatar Benoit Jacob2009-02-04
* nothing interesting to seeGravatar Gael Guennebaud2009-02-04
* extend unsupported/README.txt fileGravatar Gael Guennebaud2009-02-04
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-02-04
* * classify and sort the doxygen "related pages"Gravatar Gael Guennebaud2009-02-04
* update cholesky benchmarkGravatar Gael Guennebaud2009-02-03
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-02-03
* add a short unsupported/readme fileGravatar Gael Guennebaud2009-02-03
* add unsupported/ directory with a first contribution from myself:Gravatar Gael Guennebaud2009-02-03
* Add Matrix::resizeLike(other) convenience function and test.Gravatar Keir Mierle2009-02-03
* call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_...Gravatar Benoit Jacob2009-02-02
* * label Cholesky and solveTriangular.* as experimentalGravatar Benoit Jacob2009-02-02
* the BSD's don't have aligned malloc after allGravatar Benoit Jacob2009-02-02
* fix tutorial abs/abs2 (thanks to Keir)Gravatar Gael Guennebaud2009-02-01
* forgot to commit QR_solve snippetGravatar Gael Guennebaud2009-02-01
* add missing inline keywordsGravatar Benoit Jacob2009-01-30
* fix duplicated geometry module in the docGravatar Gael Guennebaud2009-01-29
* fix MSVC internal compilation errorGravatar Gael Guennebaud2009-01-29
* reduce epsilon in QRGravatar Gael Guennebaud2009-01-29
* fix MSVC stupid warningsGravatar Gael Guennebaud2009-01-29
* more MSVC fixes, and more code factorization in Geometry moduleGravatar Gael Guennebaud2009-01-29
* add MatrixBase::stableNorm() avoiding over/under-flowGravatar Gael Guennebaud2009-01-28
* * make sum and redux honor EvalBeforeNestingBit tooGravatar Gael Guennebaud2009-01-28
* make dot() honor EvalBeforeNestingBitGravatar Gael Guennebaud2009-01-28
* various updates in the (still messy) sparse benchmarksGravatar Gael Guennebaud2009-01-28
* fix overflow in sparse productGravatar Gael Guennebaud2009-01-28
* add EIGEN_NO_AUTOMATIC_RESIZINGGravatar Benoit Jacob2009-01-28
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* Patch from Frank fixing stupid MSVC internal crashGravatar Gael Guennebaud2009-01-28
* move EIGEN_DEPRECATED to the begining of the function (pb with MSVC)Gravatar Gael Guennebaud2009-01-28
* QR: add isInjective(), isSurjective(),Gravatar Gael Guennebaud2009-01-28
* LLT: makes the non positive definite test less strict, but we still needGravatar Gael Guennebaud2009-01-27