| Commit message (Expand) | Author | Age |
... | |
| * | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
|/ |
|
* | quieted more g++ warnings of the form: warning: typedef XXX locally defined b... | Mark Borgerding | 2014-10-16 |
* | Make constructors explicit if they could lead to unintended implicit conversion | Christoph Hertzberg | 2014-09-23 |
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
* | Optimization: enable cache-efficient application of HouseholderSequence. | Gael Guennebaud | 2014-09-04 |
* | Refactoring of sparse solvers through a SparseSolverBase class and usage of t... | Gael Guennebaud | 2014-09-01 |
* | merge default and evaluator branches | Gael Guennebaud | 2014-03-12 |
|\ |
|
* | | Port QR module to Solve/Inverse | Gael Guennebaud | 2014-03-11 |
| * | Make pivoting HouseholderQR compatible with custom scalar types | Christoph Hertzberg | 2014-02-25 |
|/ |
|
* | Minor corrections in QR docs. | Jitse Niesen | 2013-12-31 |
* | Applied patch from Richard JW Roberts, resolving bug #704 | Christoph Hertzberg | 2013-12-21 |
* | Fix FullPivHouseholderQR ctors for non squared fixed size matrix types | Gael Guennebaud | 2013-11-19 |
* | merge with default branch | Gael Guennebaud | 2013-11-05 |
|\ |
|
* | | Add a rank method with threshold control to JacobiSVD, and make solve uses it... | Gael Guennebaud | 2013-11-01 |
* | | Fix changeset 2702788da71303afa71e53dfa6542a560115425a | Gael Guennebaud | 2013-11-01 |
* | | Fix bug #678: vectors of row and columns transpositions were not properly res... | Gael Guennebaud | 2013-10-29 |
* | | Make FullPivHouseholderQR::solve returns the least-square solution instead of... | Gael Guennebaud | 2013-08-20 |
| * | Disable some shortcuts with nvcc | Gael Guennebaud | 2013-07-31 |
|/ |
|
* | Fix various scalar type conversion warnings. | Gael Guennebaud | 2013-07-12 |
* | Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ... | Gael Guennebaud | 2013-06-17 |
* | Fix bug #314: move remaining math functions from internal to numext namespace | Gael Guennebaud | 2013-06-10 |
* | Fix bug #599: add missing documentation of some members in QR module. | Gael Guennebaud | 2013-06-10 |
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
* | Add assertion on the input matrix size in factorizations relying on permutati... | Gael Guennebaud | 2013-02-26 |
* | Remove superfluous cast. | Gael Guennebaud | 2013-02-24 |
* | Clarify the doc for column-pivoting QR | Desire NUENTSA | 2013-02-21 |
* | Add matrixR() to get the triangular factor from the Householder QR | Desire NUENTSA | 2013-02-20 |
* | Fix some implicit int64 to int conversion warnings. However, the real issue | Gael Guennebaud | 2013-02-14 |
* | remove dummy code in ColPivHouseholderQR::solve | Gael Guennebaud | 2013-01-23 |
* | Update SPQR module for Sparse LM | Desire NUENTSA | 2012-11-21 |
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | fix various regressions with MKL support | Gael Guennebaud | 2012-07-28 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix bug #486: template speacialization of member functions must be declared i... | Gael Guennebaud | 2012-07-05 |
* | Doc: add an example for HouseholderQR::householderQ() | Gael Guennebaud | 2012-07-02 |
* | cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ... | Gael Guennebaud | 2012-04-18 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | suppress extra ',' and ';' | Gael Guennebaud | 2012-04-10 |
* | fix several const qualifier issues: double ones, meaningless ones, some missi... | Gael Guennebaud | 2012-02-03 |
* | Intel(R) MKL support added. | karturov | 2011-12-05 |
* | bug #206 - part 4: Removes heap allocations from JacobiSVD and its preconditi... | Adolfo Rodriguez Tsourouksdissian | 2011-10-30 |
* | bug #206 - part 3: Reimplement FullPivHouseholderQR<T>::matrixQ() using Retur... | Adolfo Rodriguez Tsourouksdissian | 2011-03-08 |
* | fix bug #330: Index to int conversion warning | Gael Guennebaud | 2011-08-23 |
* | protect calls to min and max with parentheses to make Eigen compatible with d... | Gael Guennebaud | 2011-07-21 |
* | bug #271: fix copy/paste mistakes in doc | Gael Guennebaud | 2011-05-23 |
* | clean a bit previous patch (ctor vs static_cast and a few bits) | Gael Guennebaud | 2011-05-23 |
* | fix implicit scalar conversions (needed to support fancy scalar types, see bu... | David H. Bailey | 2011-05-23 |
* | add Threshold API to FullPivHouseholderQR | Benoit Jacob | 2011-01-27 |
* | Make HouseholderSequence::setTrans() protected (cf. bug #50). | Jitse Niesen | 2011-01-06 |
* | fix HouseholderSequence API, bug #50: | Benoit Jacob | 2010-12-30 |