aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Enable support for minimal rebuilds.Gravatar Hauke Heibel2013-07-31
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
* Merged in advanpix/eigen-mp-3.2 (pull request PR-29)Gravatar Hauke Heibel2013-07-30
|\
* | Removed non-standard conforming (17.4.3.1.2/1) leading underscore.Gravatar Hauke Heibel2013-07-30
| * Quick fix in order to be custom-scalar friendly.Gravatar Pavel Holoborodko2013-07-29
* | Removed 'T' prefix from types and thus fixed compilation for GCC.Gravatar Hauke Heibel2013-07-29
|/
* bug #502: add bool intersects() methods to AlignedBoxGravatar Sven Strothoff2013-07-28
* Fixed constness in Array- and MatrixWrapper.Gravatar Hauke Heibel2013-07-28
* Fixed dummy_precision evaluation.Gravatar Hauke Heibel2013-07-28
* 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
* Merged simple geometry asserts.Gravatar Hauke Heibel2013-07-25
|\
* | 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
|\ \
| * | Directly code failing example, or it breaks `make doc`.Gravatar Chen-Pang He2013-07-21
| * | Fix doc. (It is also used by computeFracPower)Gravatar Chen-Pang He2013-07-21
| * | Warn about power of a matrix with non-semisimple 0 eigenvalue.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 ICE with ICC 11Gravatar Gael Guennebaud2013-07-19
* | | Previous isFinite->hasNonFinite change was broken. After discussion let's ren...Gravatar Gael Guennebaud2013-07-18
* | | Fix bug #326 : expose tridiagonal eigensolver to end-users through ComputeFro...Gravatar Desire NUENTSA2013-07-18
* | | Rename isFinite to hasNonFinite to avoid future naming collisions.Gravatar Gael Guennebaud2013-07-17
* | | Bump default branch to 3.2.90Gravatar Gael Guennebaud2013-07-17
* | | SparseLU: make COLAMDOrdering the default ordering method.Gravatar Gael Guennebaud2013-07-17
* | | IncompleteLUT should not raise an assert in compute if factorize failed.Gravatar Gael Guennebaud2013-07-17
* | | Fix vompilation of bdcsvd with ICC.Gravatar Gael Guennebaud2013-07-17
* | | Fix testing issues with x87 extra precision.Gravatar Gael Guennebaud2013-07-16
* | | avoid unneeded const_castGravatar Desire NUENTSA2013-07-16
* | | Fix Sparse LU for matrices in non compressed modeGravatar Desire NUENTSA2013-07-16
* | | Expose InnerSizeAtCompileTime in SparseMatrixBase (it was already present in ...Gravatar Gael Guennebaud2013-07-16
* | | Remove obsolete sentence on LPGL in MKL doc.Gravatar Gael Guennebaud2013-07-15
* | | Fix adjoint unit test: test_isApproxWithRef works for positive quantities only.Gravatar Gael Guennebaud2013-07-15
* | | Add bdcsvd unit test in CMakeListsGravatar Gael Guennebaud2013-07-15
| * | Eliminate unnecessary copying for sparse Kronecker product.Gravatar Chen-Pang He2013-07-15
| * | generateTestMatrix can use processTriangularMatrixGravatar Chen-Pang He2013-07-15
| * | Test singular matrix power with square roots. Exponent laws are too unstable.Gravatar Chen-Pang He2013-07-15
* | | SparseVector::assign: it is not always possible to reserve according to given...Gravatar Gael Guennebaud2013-07-14
| * | Fix typo in testSingular.Gravatar Chen-Pang He2013-07-14
| * | Add test3dRotation.Gravatar Chen-Pang He2013-07-14
* | | Rationalize assignment to sparse vectorsGravatar Gael Guennebaud2013-07-13