aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | 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
| * | 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
* | | Remove double const qualifierGravatar Gael Guennebaud2013-07-10
* | | Add no_assignment_operator to a few classes that must not be assigned, and fi...Gravatar Gael Guennebaud2013-07-10
* | | Rename map unit test to mapped_matrix: without splitting unit tests, this cre...Gravatar Gael Guennebaud2013-07-10
* | | Revisit the implementation of random_default_impl for integer to make sure av...Gravatar Gael Guennebaud2013-07-10
| * | Make non-conversion unary constructors explicit.Gravatar Chen-Pang He2013-07-11
| * | The only(?) way to test complex matrix power.Gravatar Chen-Pang He2013-07-10
| * | Test power of singular matrices.Gravatar Chen-Pang He2013-07-10
| * | These casts are unnecessary because isApprox already casts them.Gravatar Chen-Pang He2013-07-10
| * | Remove unused struct definition in test.Gravatar Chen-Pang He2013-07-10