| Commit message (Expand) | Author | Age |
* | * allow Matrix to be resized to 0 (solve a lot of troubles with | Gael Guennebaud | 2009-02-07 |
* | s/cholesky/llt in precompiled lib and BTL | Gael Guennebaud | 2009-02-06 |
* | add bench_reverse, draft of a reverse vectorization for AltiVec, make | Gael Guennebaud | 2009-02-06 |
* | Add vectorization of Reverse (was more tricky than I thought) and | Gael Guennebaud | 2009-02-06 |
* | Reverse::coeff*(int) functions are for vector only | Gael Guennebaud | 2009-02-06 |
* | apply Ricard patch for Reverse with minor modifications | Gael Guennebaud | 2009-02-06 |
* | add snippet for sub/super diagonal | Gael Guennebaud | 2009-02-05 |
* | update doc of DiagonalCoeffs | Gael Guennebaud | 2009-02-05 |
* | Add sub/super-diagonal expression (read/write) as a trivial extension of | Gael Guennebaud | 2009-02-05 |
* | undo an unecessary change in cache-friendly product made for MSVC | Gael Guennebaud | 2009-02-05 |
* | add custom FindBLAS FindLAPACK working for c++ compiler | Gael Guennebaud | 2009-02-05 |
* | fix various Taucs and Cholmod issues (they have not been tested for a while) | Gael Guennebaud | 2009-02-04 |
* | bugfix in LDLt for size==1 | Gael Guennebaud | 2009-02-04 |
* | disable alignment altogether outside of the platforms which potentially have ... | Benoit Jacob | 2009-02-04 |
* | Add full pivoting to LDLT decomposition. | Keir Mierle | 2009-02-03 |
* | Add Matrix::resizeLike(other) convenience function and test. | Keir Mierle | 2009-02-03 |
* | call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_... | Benoit Jacob | 2009-02-02 |
* | * label Cholesky and solveTriangular.* as experimental | Benoit Jacob | 2009-02-02 |
* | the BSD's don't have aligned malloc after all | Benoit Jacob | 2009-02-02 |
* | add missing inline keywords | Benoit Jacob | 2009-01-30 |
* | fix duplicated geometry module in the doc | Gael Guennebaud | 2009-01-29 |
* | fix MSVC internal compilation error | Gael Guennebaud | 2009-01-29 |
* | reduce epsilon in QR | Gael Guennebaud | 2009-01-29 |
* | fix MSVC stupid warnings | Gael Guennebaud | 2009-01-29 |
* | more MSVC fixes, and more code factorization in Geometry module | Gael Guennebaud | 2009-01-29 |
* | add MatrixBase::stableNorm() avoiding over/under-flow | Gael Guennebaud | 2009-01-28 |
* | * make sum and redux honor EvalBeforeNestingBit too | Gael Guennebaud | 2009-01-28 |
* | make dot() honor EvalBeforeNestingBit | Gael Guennebaud | 2009-01-28 |
* | fix overflow in sparse product | Gael Guennebaud | 2009-01-28 |
* | add EIGEN_NO_AUTOMATIC_RESIZING | Benoit Jacob | 2009-01-28 |
* | Big change in DiagonalMatrix and Geometry/Scaling: | Gael Guennebaud | 2009-01-28 |
* | Patch from Frank fixing stupid MSVC internal crash | Gael Guennebaud | 2009-01-28 |
* | move EIGEN_DEPRECATED to the begining of the function (pb with MSVC) | Gael Guennebaud | 2009-01-28 |
* | QR: add isInjective(), isSurjective(), | Gael Guennebaud | 2009-01-28 |
* | LLT: makes the non positive definite test less strict, but we still need | Gael Guennebaud | 2009-01-27 |
* | add support for read/write sub sets of inner vectors (sparse module) | Gael Guennebaud | 2009-01-27 |
* | fix my previous commit with EIGEN_EMPTY macro bug | Gael Guennebaud | 2009-01-27 |
* | fix "empty macro arguments are undefined in ISO C90 and ISO C++98" | Gael Guennebaud | 2009-01-27 |
* | centralize those static asserts more upstream, reduces duplication and ensure... | Benoit Jacob | 2009-01-27 |
* | add a missing static assertion on the scalar types | Benoit Jacob | 2009-01-27 |
* | fix doc for norm() and squaredNorm(): these are not only for vectors | Benoit Jacob | 2009-01-27 |
* | documentation update/improvement | Benoit Jacob | 2009-01-26 |
* | compute the rank on the fly rather than at the end, and stop early | Benoit Jacob | 2009-01-26 |
* | fix MatrixNase::fillrand bug | Gael Guennebaud | 2009-01-26 |
* | * mark Geometry as experimental | Benoit Jacob | 2009-01-26 |
* | * solveTriangularInPlace(): take a const ref and const_cast it, to allow pass... | Benoit Jacob | 2009-01-25 |
* | Optimization in LU::solve: when rows<=cols, no need to compute the L matrix | Benoit Jacob | 2009-01-25 |
* | add partial count redux (adapted patch from Ricard Marxer) | Gael Guennebaud | 2009-01-24 |
* | add fill() function as an alias for setConstant | Gael Guennebaud | 2009-01-24 |
* | eventually it turns out that our current | Gael Guennebaud | 2009-01-23 |