aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
...
* 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
|/
* Allow LevenbergMarquardt to work with non-standard types.Gravatar Freddie Witherden2014-08-27
* Correct GMRES:Gravatar Kolja Brix2014-08-02
* Make loadMarket use the sparse-matrix index type, thus enabling loading huge ...Gravatar Gael Guennebaud2014-07-31
* Fix typo in MatrixExponential noticed by Markos.Gravatar Jitse Niesen2014-07-25
* Merged in complexzeros/eigen (pull request PR-69)Gravatar Hauke Heibel2014-07-11
|\
| * Fixed index that would cause crash with two point, two derivative interpolati...Gravatar Jeff2014-07-10
* | Fix GMRES: Initialize essential Householder vector with correct dimension. Ad...Gravatar Kolja Brix2014-07-10
* | Move using std::abs from Eigen's namespace to function scope.Gravatar Gael Guennebaud2014-07-08
* | Fix dox for namespacesGravatar Chen-Pang He2014-07-05
| * IndexArray is now a typename.Gravatar Jeff2014-06-25
| * Merged.Gravatar Jeff2014-06-23
| |\
| | * Removed tabs and fixed indentation.Gravatar Jeff2014-06-23
| * | Fixed type mixing issues.Gravatar Jeff2014-06-23
| |/
| * Using LU decomposition with complete pivoting for better accuracy.Gravatar Jeff2014-06-23
| * Changed uint to unsigned int.Gravatar Jeff2014-06-23
| * Added Spline interpolation with derivatives.Gravatar Jeff2014-06-20
|/
* PolynomialSolver: fix typo.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: fix bugs related to linear polynomials.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: add missing constructors.Gravatar Benjamin Chrétien2014-05-19
* Add include LevenbergMarquardt in CMakeLists.txt.Gravatar Freddie Witherden2014-04-12
* Fix no newline at end of file warningGravatar Gael Guennebaud2014-04-01
* MINRES, bug #715: add support for zero rhs, and remove square test.Gravatar giacomo po2014-03-17
* fix Spline constructorGravatar Bo Li2014-03-15
* Fix compilation of SPlines moduleGravatar Gael Guennebaud2014-02-17