aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-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
* 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
* 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
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* fix my previous commit with EIGEN_EMPTY macro bugGravatar Gael Guennebaud2009-01-27
* fix "empty macro arguments are undefined in ISO C90 and ISO C++98"Gravatar Gael Guennebaud2009-01-27
* centralize those static asserts more upstream, reduces duplication and ensure...Gravatar Benoit Jacob2009-01-27
* add a missing static assertion on the scalar typesGravatar Benoit Jacob2009-01-27
* fix doc for norm() and squaredNorm(): these are not only for vectorsGravatar Benoit Jacob2009-01-27
* documentation update/improvementGravatar Benoit Jacob2009-01-26
* compute the rank on the fly rather than at the end, and stop earlyGravatar Benoit Jacob2009-01-26
* fix MatrixNase::fillrand bugGravatar Gael Guennebaud2009-01-26
* make these functions inline, thanks to MekGravatar Benoit Jacob2009-01-26
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* * solveTriangularInPlace(): take a const ref and const_cast it, to allow pass...Gravatar Benoit Jacob2009-01-25
* Optimization in LU::solve: when rows<=cols, no need to compute the L matrixGravatar Benoit Jacob2009-01-25
* add partial count redux (adapted patch from Ricard Marxer)Gravatar Gael Guennebaud2009-01-24
* add fill() function as an alias for setConstantGravatar Gael Guennebaud2009-01-24
* eventually it turns out that our currentGravatar Gael Guennebaud2009-01-23
* sparse module: makes -= and += operator workingGravatar Gael Guennebaud2009-01-23
* fix a few remaining warningsGravatar Gael Guennebaud2009-01-23
* * fix compilation with gcc 3.4Gravatar Gael Guennebaud2009-01-23
* add computeRotationScaling and computeScalingRotation in SVDGravatar Benoit Jacob2009-01-22
* add polar decomposition on both sides, in SVD, with testGravatar Benoit Jacob2009-01-22
* I hope this one fix the issue with MSVC and sparse moduleGravatar Gael Guennebaud2009-01-22
* fix a bunch of warnings (actual issues) reported by FrankGravatar Benoit Jacob2009-01-22
* perhaps fix a compilation issue in the sparse module with MSVCGravatar Gael Guennebaud2009-01-21
* fix warningsGravatar Benoit Jacob2009-01-21
* sparse module:Gravatar Gael Guennebaud2009-01-21
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* * complete the support of QVector via a QtAlignedMalloc headerGravatar Gael Guennebaud2009-01-20
* * QR: add a rank() method and improve the accuracy of the rankGravatar Gael Guennebaud2009-01-20