aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Many improvements in Divide&Conquer SVD:Gravatar Gael Guennebaud2014-09-22
* Unify unit test for BDC and Jacobi SVD. This reveals some numerical issues in...Gravatar Gael Guennebaud2014-09-19
* Fix inner-stride of AlignedVector3Gravatar Gael Guennebaud2014-09-18
* Update KroneckerProduct wrt evaluator changesGravatar Gael Guennebaud2014-09-18
* Make MatrixFunction use nested_eval instead of nestedGravatar Gael Guennebaud2014-09-18
* Add evaluator for the experimental AlignedVector3Gravatar 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
* | Factorize *SVD::solve to SVDBaseGravatar Gael Guennebaud2014-09-01
* | merge with default branchGravatar Gael Guennebaud2014-09-01
|\ \
* | | Disable a few unit tests in unsupportedGravatar Gael Guennebaud2014-09-01
* | | Fix remaining garbage during a merge.Gravatar 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
* | | merge default branchGravatar Gael Guennebaud2014-08-29
|\ \ \
| | | * Doc: difference between array and matrix cosine etc (bug #830)Gravatar Jitse Niesen2014-09-06
| | | * Update reference value for testNistLanczos1 testGravatar Gael Guennebaud2014-09-02
| | | * Remove LM::sqrt_() member function in favor of a shortcut for sqrt(epsilon())Gravatar Gael Guennebaud2014-09-02
| | | * relax some LM unit testsGravatar 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
| * Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated L...Gravatar Georg Drenkhahn2014-08-22
| * 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
* | bug #770: fix out of bounds accessGravatar Gael Guennebaud2014-07-18
| * Fix trivial warnings in MPRealSupportGravatar Christoph Hertzberg2014-07-18
| * bug #770: fix out of bounds accessGravatar Gael Guennebaud2014-07-18
|/
* bug #842: warn user about MPFR++ being under the GPLGravatar Gael Guennebaud2014-07-17
* mergeGravatar Gael Guennebaud2014-07-17
|\
* | Fix bug #770: workaround thread safety in mprealGravatar Gael Guennebaud2014-07-17
* | bug #842: update mpreal copy (fix compilation with clang)Gravatar Gael Guennebaud2014-07-17
| * Remove unnecessary <bench/BenchTimer.h>includeGravatar Christoph Hertzberg2014-07-17
|/
* bug #842: fix specialized product for mprealGravatar Gael Guennebaud2014-07-17
* 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
* | Mark internal namespace as \internalGravatar Chen-Pang He2014-07-06
* | Percent "Eigen" in dox to prevent linking if not referring to the Eigen names...Gravatar Chen-Pang He2014-07-05
* | Move Doxygen-only stuff to *.doxGravatar Chen-Pang He2014-07-05
* | Document internal namespaceGravatar Chen-Pang He2014-07-05
* | Fix dox for namespacesGravatar Chen-Pang He2014-07-05
* | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
| * IndexArray is now a typename.Gravatar Jeff2014-06-25