| Commit message (Expand) | Author | Age |
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ... | Gael Guennebaud | 2016-01-01 |
* | Disable AutoDiffScalar generic copy ctor for non compatible scalar types (fix... | Gael Guennebaud | 2015-12-16 |
* | Add matrix-free solver example | Gael Guennebaud | 2015-12-07 |
* | Implement wrapper for matrix-free iterative solvers | Gael Guennebaud | 2015-12-07 |
* | bug #1112: fix compilation on exotic architectures | Gael Guennebaud | 2015-11-27 |
* | bug #1063: nest AutoDiffScalar by value to avoid dead references | Gael Guennebaud | 2015-11-05 |
* | Refactoring of the cost model: | Gael Guennebaud | 2015-10-28 |
* | bug #1092: fix iterative solver ctors for expressions as input | Gael Guennebaud | 2015-10-26 |
* | Added ArpackSupport to cmake install target | Abhijit Kundu | 2015-10-16 |
* | Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE... | Gael Guennebaud | 2015-10-08 |
* | Move IncompleteCholesky to official modules | Gael Guennebaud | 2015-10-08 |
* | Improve doc of IncompleteCholesky | Gael Guennebaud | 2015-10-08 |
* | Fix return by value versus ref typo in IncompleteCholesky | Gael Guennebaud | 2015-10-07 |
* | bug #1076: fix scaling in IncompleteCholesky, improve doc, add read-only acce... | Gael Guennebaud | 2015-10-06 |
* | bug #1070: propagate last three Matrix template arguments for NumTraits<AutoD... | Gael Guennebaud | 2015-09-28 |
* | Remove dense nested loops in IncompleteCholesky | Gael Guennebaud | 2015-08-04 |
* | Numerous fixes for IncompleteCholesky. Still have to make it fully exploit th... | Gael Guennebaud | 2015-08-04 |
* | Add const getters for LM parameters | Nicolas Mellado | 2015-07-17 |
* | Get rid of class internal::nested<> (still have to updated Tensor module) | Gael Guennebaud | 2015-06-19 |
* | code simplification | Gael Guennebaud | 2015-06-09 |
* | formatting | Gael Guennebaud | 2015-06-09 |
* | remove redundant dynamic allocations in GMRES | Gael Guennebaud | 2015-06-09 |
* | fix some legitimate shadow warnings | Gael Guennebaud | 2015-06-09 |
* | Do not abort if the folder cannot be openned! | Gael Guennebaud | 2015-06-05 |
* | Improve loading of symmetric sparse matrices in MatrixMarketIterator | Gael Guennebaud | 2015-06-05 |
* | Fix trivial warnings in LevenbergMarquardt module and test | Christoph Hertzberg | 2015-04-24 |
* | Fix regression in DynamicSparseMatrix and SuperLUSupport wrt recent change on... | Gael Guennebaud | 2015-04-02 |
* | fix loadMarket wrt Index versus int | Gael Guennebaud | 2015-03-20 |
* | Suppress some remaining Index conversion warnings | Christoph Hertzberg | 2015-02-17 |
* | Fix many long to int conversion warnings: | Gael Guennebaud | 2015-02-16 |
* | Index refactoring: StorageIndex must be used for storage only (and locally wh... | Gael Guennebaud | 2015-02-13 |
* | Merge Index-refactoring branch with default, fix PastixSupport, remove some u... | Gael Guennebaud | 2015-02-13 |
|\ |
|
| * | Fix bug #733: step by step solving is not a good example for solveWithGuess | Jan Blechta | 2015-02-10 |
| * | typo | Gael Guennebaud | 2015-02-10 |
| * | Allows Lower|Upper as a template argument of CG and MINRES: in this case the ... | Gael Guennebaud | 2015-02-10 |
| * | bug #897: Update unsupported iterative solvers based on IterativeSolverBased. | Gael Guennebaud | 2015-02-10 |
| * | Using numext::pow instead of std::pow in poly_eval function. | Filippo Basso | 2015-02-04 |
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
| * | bug #876: remove usage of atanh2 in matrix power | Gael Guennebaud | 2014-12-08 |
| * | bug #876, matrix_log_compute_2x2: directly use logp1 instead of atanh2 | Gael Guennebaud | 2014-12-08 |
|/ |
|
* | Move D&C SVD to official SVD module. | Gael Guennebaud | 2014-10-29 |
* | BDCSVD: fix CMake install (missing separator). | Benjamin Chrétien | 2014-10-24 |
* | Removed weird self assignment. | Christoph Hertzberg | 2014-10-24 |
* | bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini... | Gael Guennebaud | 2014-10-20 |
* | Fix D&C SVD wrt zero matrices | Gael Guennebaud | 2014-10-17 |
* | D&C SVD: fix some numerical issues by truly skipping deflated singular values... | Gael Guennebaud | 2014-10-15 |
* | D&C SVD: fix deflation of repeated singular values, fix sorting of singular v... | Gael Guennebaud | 2014-10-15 |
* | Various numerical fixes in D&C SVD: I cannot make it fail with double, but st... | Gael Guennebaud | 2014-10-09 |
* | Workaround MSVC issue. | Gael Guennebaud | 2014-10-07 |
* | Fix missing outer() member in DynamicSparseMatrix | Gael Guennebaud | 2014-10-07 |