aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
* code simplificationGravatar Gael Guennebaud2015-06-09
* formattingGravatar Gael Guennebaud2015-06-09
* remove redundant dynamic allocations in GMRESGravatar Gael Guennebaud2015-06-09
* fix some legitimate shadow warningsGravatar Gael Guennebaud2015-06-09
* Do not abort if the folder cannot be openned!Gravatar Gael Guennebaud2015-06-05
* Improve loading of symmetric sparse matrices in MatrixMarketIteratorGravatar Gael Guennebaud2015-06-05
* Fix trivial warnings in LevenbergMarquardt module and testGravatar Christoph Hertzberg2015-04-24
* Fix regression in DynamicSparseMatrix and SuperLUSupport wrt recent change on...Gravatar Gael Guennebaud2015-04-02
* fix loadMarket wrt Index versus intGravatar Gael Guennebaud2015-03-20
* Suppress some remaining Index conversion warningsGravatar Christoph Hertzberg2015-02-17
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Fix bug #733: step by step solving is not a good example for solveWithGuessGravatar Jan Blechta2015-02-10
| * typoGravatar Gael Guennebaud2015-02-10
| * Allows Lower|Upper as a template argument of CG and MINRES: in this case the ...Gravatar Gael Guennebaud2015-02-10
| * bug #897: Update unsupported iterative solvers based on IterativeSolverBased.Gravatar Gael Guennebaud2015-02-10
| * Using numext::pow instead of std::pow in poly_eval function.Gravatar Filippo Basso2015-02-04
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
| * bug #876: remove usage of atanh2 in matrix powerGravatar Gael Guennebaud2014-12-08
| * bug #876, matrix_log_compute_2x2: directly use logp1 instead of atanh2Gravatar Gael Guennebaud2014-12-08
|/
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* BDCSVD: fix CMake install (missing separator).Gravatar Benjamin Chrétien2014-10-24
* Removed weird self assignment.Gravatar Christoph Hertzberg2014-10-24
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Fix D&C SVD wrt zero matricesGravatar Gael Guennebaud2014-10-17
* D&C SVD: fix some numerical issues by truly skipping deflated singular values...Gravatar Gael Guennebaud2014-10-15
* D&C SVD: fix deflation of repeated singular values, fix sorting of singular v...Gravatar Gael Guennebaud2014-10-15
* Various numerical fixes in D&C SVD: I cannot make it fail with double, but st...Gravatar Gael Guennebaud2014-10-09
* Workaround MSVC issue.Gravatar Gael Guennebaud2014-10-07
* Fix missing outer() member in DynamicSparseMatrixGravatar Gael Guennebaud2014-10-07
* D&C SVD: add scaling to avoid overflow, fix handling of fixed size matricesGravatar Gael Guennebaud2014-10-06
* Let KroneckerProduct exploits the recently introduced generic InnerIterator c...Gravatar Gael Guennebaud2014-09-29
* Correcting the ReturnType in traits<KroneckerProduct<>> to include the correc...Gravatar Georg Drenkhahn2014-09-21
* Fixed compiler warning on implicit integer conversion by separating index typ...Gravatar Georg Drenkhahn2014-09-20
* Many improvements in Divide&Conquer SVD:Gravatar Gael Guennebaud2014-09-22
* Update KroneckerProduct wrt evaluator changesGravatar Gael Guennebaud2014-09-18
* Make MatrixFunction use nested_eval instead of nestedGravatar Gael Guennebaud2014-09-18
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-09-14
|\
* | Exploit sparse structure in naiveU and naiveV when updating them.Gravatar Gael Guennebaud2014-09-05
* | Apply Householder U and V in-place.Gravatar Gael Guennebaud2014-09-04
* | Cleaning in BDCSVD (formating, handling of transpose case, remove some for lo...Gravatar Gael Guennebaud2014-09-03
* | Clean bdcsvdGravatar Gael Guennebaud2014-09-02
* | merge with default branchGravatar Gael Guennebaud2014-09-01
|\ \
* | | Fix Kronecker product in legacy mode.Gravatar Gael Guennebaud2014-09-01
* | | Make unsupport sparse solvers use SparseSolverBaseGravatar Gael Guennebaud2014-09-01
* | | Add evaluator for DynamicSparseMatrixGravatar Gael Guennebaud2014-09-01
| | * Remove LM::sqrt_() member function in favor of a shortcut for sqrt(epsilon())Gravatar Gael Guennebaud2014-09-02
| |/
| * Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ...Gravatar Gael Guennebaud2014-09-01
|/