aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix bug in MatrixFunctions for matrices with multiple eigenvalues.Gravatar Jitse Niesen2013-07-26
| | | | | | Store indices, not eigenvalues, in clusters. Bug was introduced in changeset a3a55357db7394281c872e911f13d69aba510aec .
* mergeGravatar Jitse Niesen2013-07-26
|\
* | Fixed floating point warning.Gravatar Hauke Heibel2013-07-26
| | | | | | | | Fixed evaluation of matrix_exp_computeUV.
| * MatrixFunctions: Clean up StemFunction.hGravatar Jitse Niesen2013-07-26
|/
* Fixed VC11 compilation.Gravatar Hauke Heibel2013-07-26
| | | | The typedefs Lhs/Rhs in the base class are now accessible by derived classes.
* 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
| | | | | | | | | | * put internal stuff in the internal namespace * replace member functions by free functions
* | Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\ \ | | | | | | | | | | | | * Enable singular matrix power and complex exponents. * Eliminate unnecessary copying for sparse Kronecker product.
| * | 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 ↵Gravatar Gael Guennebaud2013-07-18
| | | | | | | | | | | | rename it to allFinite
* | | Fix bug #326 : expose tridiagonal eigensolver to end-users through ↵Gravatar Desire NUENTSA2013-07-18
| | | | | | | | | | | | ComputeFromTridiagonal()
* | | 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
| | | | | | | | | | | | DenseBase) and simplify sparse_vector_assign_selector (this also fix a stupid warning in old gcc versions)
* | | 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 ↵Gravatar Gael Guennebaud2013-07-14
| | | | | | | | | | | | given non-zeros.
| * | 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
| | |
| * | Document on MatrixPowerAtomic.Gravatar Chen-Pang He2013-07-13
| | |
| * | Document on complex matrix power.Gravatar Chen-Pang He2013-07-13
| | |
| * | Document on the return type of MatrixPower::operator()Gravatar Chen-Pang He2013-07-13
| | |
* | | Extend the "functions taking Eigen type" doc page to present the Ref<> option.Gravatar Gael Guennebaud2013-07-13
| | |
* | | Stabilize eulerangle unit test.Gravatar Gael Guennebaud2013-07-13
| | |
* | | Fix various scalar type conversion warnings.Gravatar Gael Guennebaud2013-07-12
| | |
* | | Relax slerp unit testGravatar Gael Guennebaud2013-07-12
| | |
* | | Fix SparseMatrix::conservativeResize() when one dimension is nullGravatar Gael Guennebaud2013-07-12
| | |
* | | Fix constness of diagonal() and transpose() for MSVC.Gravatar Desire Nuentsa2013-07-11
| | |