aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Expand)AuthorAge
* 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
* 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
* Fix bug #770: workaround thread safety in mprealGravatar Gael Guennebaud2014-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
* | 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
| * 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
|/
* unsupported/TensorSymmetry: factor out completely from Tensor moduleGravatar Christian Seiler2014-06-04
* unsupported/TensorSymmetry: make symgroup construction autodetect number of i...Gravatar Christian Seiler2014-06-04
* unsupported/CXX11/Core: allow gen_numeric_list to have a starting pointGravatar Christian Seiler2014-06-04
* unsupported/ C++11 workarounds: don't use hack for libc++ if not requiredGravatar Christian Seiler2014-06-04
* Fix compilation for CXX11/Tensor module if unsupported is not in include pathGravatar Christian Seiler2014-06-04
* 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
* Merged in benoitsteiner/eigen-fixes/nvcc_fixes (pull request PR-56)Gravatar Gael Guennebaud2014-04-15
|\
| * Fixed a typo in CXX11Meta.hGravatar Benoit Steiner2014-04-14
* | 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
* optimize sparse-sparse Kronecker productGravatar Gael Guennebaud2014-02-14
* Fixed issue #734 (thanks to Philipp Büttgenbach for reporting the issue and ...Gravatar Hauke Heibel2014-02-01
* Fix bug #730: Path of OpenGL headers is different on MacOSGravatar Christoph Hertzberg2014-01-29
* Port unsupported constrained CG to Eigen3Gravatar Anton Gladky2014-01-15
* C++11/Tensor: Fix copyright headersGravatar Christian Seiler2013-11-16
* CXX11/TensorSymmetry: add symmetry support for Tensor classGravatar Christian Seiler2013-11-14
* CXX11/Tensor: add simple initial tensor implementationGravatar Christian Seiler2013-11-14
* C++11: add template metaprogramming helpersGravatar Christian Seiler2013-11-14
* Fixed bug #702 and added unit test.Gravatar Christoph Hertzberg2013-11-07
* Add a block sparse matrix class. tests to be addedGravatar Desire NUENTSA2013-09-20