aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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
|/
* 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
* Merged simple geometry asserts.Gravatar Hauke Heibel2013-07-25
|\
* \ Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\ \
* | | 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
* | | 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
* | | 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
* | | Fix various scalar type conversion warnings.Gravatar 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
* | | Revisit the implementation of random_default_impl for integer to make sure av...Gravatar Gael Guennebaud2013-07-10
| * | Slightly optimize atanh2.Gravatar Chen-Pang He2013-07-08
* | | Rationalize the use of Index type in iteratorsGravatar 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 #556: workaround mingw bug with -O3 or -fipa-cp-cloneGravatar Gael Guennebaud2013-07-05
* | | Fix bug #611: diag * sparse * diagGravatar Gael Guennebaud2013-07-05
* | | Use true compile-time branching in SparseVector::assign to handle automatic t...Gravatar Gael Guennebaud2013-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
|/ /
* | 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
* | 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
* | bug #626: add compiletime check of the Options template parameter of SparseMa...Gravatar Gael Guennebaud2013-06-28
* | Fix bug #554: include unistd.h before checking the presence of posix_memalign.Gravatar Gael Guennebaud2013-06-26
* | Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* | fix casting from double* to void* in SuperLU and Cholmod supportGravatar Gael Guennebaud2013-06-24