aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
* 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
* 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
* Port unsupported constrained CG to Eigen3Gravatar Anton Gladky2014-01-15
* 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
* BDCSVD: Use rational interpolation to solve secular equation.Gravatar Jitse Niesen2013-08-27
* Added missing inline statements in order to prevent linker errors.Gravatar Hauke Heibel2013-08-27
* BDCSVD: Use HouseholderSeq directly.Gravatar Jitse Niesen2013-08-21
* BDCSVD: Compute SVD of combined problem directly.Gravatar Jitse Niesen2013-08-20
* Backout parts of changeset 6719e56b5bfe9ae4badc9a6e894c5824f663d62eGravatar Gael Guennebaud2013-08-11
* Ref<> objects must be nested by reference because they potentially store a te...Gravatar Gael Guennebaud2013-08-11
* BDCSVD: Streamline compute() and copyUV()Gravatar Jitse Niesen2013-08-07
* Fix compilation.Gravatar Hauke Heibel2013-08-02
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
* Removed 'T' prefix from types and thus fixed compilation for GCC.Gravatar Hauke Heibel2013-07-29
* Fix bug in MatrixFunctions for matrices with multiple eigenvalues.Gravatar Jitse Niesen2013-07-26
* mergeGravatar Jitse Niesen2013-07-26
|\
* | Fixed floating point warning.Gravatar Hauke Heibel2013-07-26
| * MatrixFunctions: Clean up StemFunction.hGravatar Jitse Niesen2013-07-26
|/
* Fixed VC11 compilation.Gravatar Hauke Heibel2013-07-26
* Clean up MatrixFunction and MatrixLogarithm.Gravatar Jitse Niesen2013-07-25
* Clean-up of MatrixSquareRoot.Gravatar Jitse Niesen2013-07-22
* Clean-up of MatrixExponential:Gravatar Jitse Niesen2013-07-21
* Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\
| * Fix doc. (It is also used by computeFracPower)Gravatar Chen-Pang He2013-07-21
| * Improve documentation on Kronecker product module.Gravatar Chen-Pang He2013-07-21
| * Document on MatrixExponential::ScalingOpGravatar Chen-Pang He2013-07-21
| * Apply argument-dependent lookup on user-defined types. (using std::)Gravatar Chen-Pang He2013-07-20
| * Optimize MatrixPower::computeIntPowerGravatar Chen-Pang He2013-07-20
| * Comment on private members of MatrixPower.Gravatar Chen-Pang He2013-07-20
| * Simplify MatrixPower::splitGravatar Chen-Pang He2013-07-20
* | Fix vompilation of bdcsvd with ICC.Gravatar Gael Guennebaud2013-07-17
* | Add bdcsvd unit test in CMakeListsGravatar Gael Guennebaud2013-07-15
| * Eliminate unnecessary copying for sparse Kronecker product.Gravatar Chen-Pang He2013-07-15
| * Document on MatrixPowerAtomic.Gravatar Chen-Pang He2013-07-13
| * Document on complex matrix power.Gravatar Chen-Pang He2013-07-13