aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* SparseVector::assign: it is not always possible to reserve according to given...Gravatar Gael Guennebaud2013-07-14
* Rationalize assignment to sparse vectorsGravatar Gael Guennebaud2013-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
* mergeGravatar Jitse Niesen2013-07-08
|\
* | Ease setting build options when running ctest -DGravatar Gael Guennebaud2013-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
* | 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
* | Fix unresolved typename bug for MSVCGravatar Desire NUENTSA2013-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
* Fix some doxygen errors and warnings.Gravatar Jitse Niesen2013-07-02
* doc: Mention vec=vec.head(n) in aliasing page.Gravatar Jitse Niesen2013-07-02
* Fix bicgstab for complexes, and avoid a duplicate computationGravatar Gael Guennebaud2013-07-02
* It's better to check that eigen_assert does raise an assert rather than testi...Gravatar Gael Guennebaud2013-07-01
* On windows CE, assert.h defines NDEBUG if DEBUG is not definedGravatar Gael Guennebaud2013-07-01
* Improve BiCGSTAB robustness: fix a divide by zero and allow to restart with a...Gravatar Gael Guennebaud2013-07-01
* Add missing sparse matrix constructor from sparse self-adjoint views, and add...Gravatar Gael Guennebaud2013-06-28
* Fiw bug #553: add support for sparse matrix time sparse self-adjoint view pro...Gravatar Desire NUENTSA2013-06-28
* Fix bug #611: fix const qualifier in cwiseProduct(sparse,dense) and SparseDia...Gravatar Gael Guennebaud2013-06-28
* Fix bug #626: add assertion on input ranges for coeff* and insert members for...Gravatar Gael Guennebaud2013-06-28