aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | 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
| * | | Write doc for positive power of a matrix with a semisimple zero eigenvalue.Gravatar Chen-Pang He2013-07-10
| * | | Write doc for complex power of a matrix.Gravatar Chen-Pang He2013-07-10
| * | | Add assertion against undefined matrix power.Gravatar Chen-Pang He2013-07-10
* | | | mergeGravatar Jitse Niesen2013-07-08
|\ \ \ \
| | * | | Slightly optimize atanh2.Gravatar Chen-Pang He2013-07-08
* | | | | Ease setting build options when running ctest -DGravatar Gael Guennebaud2013-07-07
| | * | | We need not prohibit assignment here. Thanks to changeset 3edd4681f2f04c1164...Gravatar Chen-Pang He2013-07-07
| | * | | Prevent copying with internal::noncopyable.Gravatar Chen-Pang He2013-07-07
* | | | | Rationalize the use of Index type in iteratorsGravatar Gael Guennebaud2013-07-06
* | | | | Use numeric_limits to get NaN and infGravatar Gael Guennebaud2013-07-06
* | | | | ReturnByValue should not be assignable!Gravatar Gael Guennebaud2013-07-06
* | | | | Fix ambiguity from the origin of Index type in BlockImpl<Sparse>::InnerIteratorGravatar Gael Guennebaud2013-07-06
* | | | | bug #63: add lapack unit tests. They are automatically downloaded and configu...Gravatar Gael Guennebaud2013-07-06
* | | | | bug #556: workaround mingw bug with -O3 or -fipa-cp-cloneGravatar Gael Guennebaud2013-07-05
* | | | | Fix bug #611: diag * sparse * diagGravatar Gael Guennebaud2013-07-05
| | * | | Const-correct the scaling functor.Gravatar Chen-Pang He2013-07-05
* | | | | Fix a couple of warnings in unit tests.Gravatar Gael Guennebaud2013-07-05
* | | | | Use true compile-time branching in SparseVector::assign to handle automatic t...Gravatar Gael Guennebaud2013-07-05
| | * | | Avoid pow(Scalar, int) for C++11 conformance.Gravatar Chen-Pang He2013-07-05
| | * | | Let complex power fall back to "log, scale, exp".Gravatar Chen-Pang He2013-07-05
| | * | | Remove unused declarations for MatrixPowerProduct.Gravatar Chen-Pang He2013-07-05
* | | | | Fix unresolved typename bug for MSVCGravatar Desire NUENTSA2013-07-04
| | * | | Remove unused inclusions.Gravatar Chen-Pang He2013-07-04
| | * | | Enable singular matrix power using unitary similarities.Gravatar Chen-Pang He2013-07-04
| |/ / /
* | | | Fix bug in sparse documentation.Gravatar Gael Guennebaud2013-07-04
| * | | Simplify class hierarchy.Gravatar Chen-Pang He2013-07-04
| * | | Remove unreachable MatrixPowerTriangular, paving the way to future cleanups.Gravatar Chen-Pang He2013-07-04
|/ / /
* | | Add missing namespace prefix in pconjGravatar Gael Guennebaud2013-07-03