| Commit message (Expand) | Author | Age |
* | Fix a couple of warnings in unit tests. | Gael Guennebaud | 2013-07-05 |
* | Use true compile-time branching in SparseVector::assign to handle automatic t... | Gael Guennebaud | 2013-07-05 |
* | Fix unresolved typename bug for MSVC | Desire NUENTSA | 2013-07-04 |
* | Fix bug in sparse documentation. | Gael Guennebaud | 2013-07-04 |
* | Add missing namespace prefix in pconj | Gael Guennebaud | 2013-07-03 |
* | Fix some doxygen errors and warnings. | Jitse Niesen | 2013-07-02 |
* | doc: Mention vec=vec.head(n) in aliasing page. | Jitse Niesen | 2013-07-02 |
* | Fix bicgstab for complexes, and avoid a duplicate computation | Gael Guennebaud | 2013-07-02 |
* | It's better to check that eigen_assert does raise an assert rather than testi... | Gael Guennebaud | 2013-07-01 |
* | On windows CE, assert.h defines NDEBUG if DEBUG is not defined | Gael Guennebaud | 2013-07-01 |
* | Improve BiCGSTAB robustness: fix a divide by zero and allow to restart with a... | Gael Guennebaud | 2013-07-01 |
* | Add missing sparse matrix constructor from sparse self-adjoint views, and add... | Gael Guennebaud | 2013-06-28 |
* | Fiw bug #553: add support for sparse matrix time sparse self-adjoint view pro... | Desire NUENTSA | 2013-06-28 |
* | Fix bug #611: fix const qualifier in cwiseProduct(sparse,dense) and SparseDia... | Gael Guennebaud | 2013-06-28 |
* | Fix bug #626: add assertion on input ranges for coeff* and insert members for... | Gael Guennebaud | 2013-06-28 |
* | bug #626: add compiletime check of the Options template parameter of SparseMa... | Gael Guennebaud | 2013-06-28 |
* | Fix bug #623: inlining test_is_equal leads to failures with x87 | Gael Guennebaud | 2013-06-27 |
* | Fix bug #554: include unistd.h before checking the presence of posix_memalign. | Gael Guennebaud | 2013-06-26 |
* | Merged in jdh8/eigen (pull request PR-27): Matrix power cleanup | Jitse Niesen | 2013-06-25 |
|\ |
|
* | | Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var... | Gael Guennebaud | 2013-06-25 |
| * | Clean namespace pollution. | Chen-Pang He | 2013-06-25 |
| * | Matrix square root can process 0 eigenvalue. | Chen-Pang He | 2013-06-24 |
| * | Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.pow | Chen-Pang He | 2013-06-24 |
* | | fix casting from double* to void* in SuperLU and Cholmod support | Gael Guennebaud | 2013-06-24 |
|/ |
|
* | Fix segfault and bug with equal eivals in matrix power (bug #614). | Chen-Pang He | 2013-06-24 |
* | CwiseUnaryView should not inherit no_assignment_operator! | Gael Guennebaud | 2013-06-24 |
* | fix compilation of ArrayBase::transposeInPlace | Gael Guennebaud | 2013-06-24 |
* | fix compilation of ArrayBase::transposeInPlace | Gael Guennebaud | 2013-06-24 |
* | bug #620: fix robustness issue in JacobiSVD::solve (also fix a perf. issue) | Gael Guennebaud | 2013-06-24 |
* | Workaround a bunch of stupid warnings in unit tests | Gael Guennebaud | 2013-06-23 |
* | Fix bug #590: NEON Duplicate lane load | Simon Pilgrim | 2013-06-23 |
* | that's getting harder and harder to make ICC, GCC and clang all happy: one wa... | Gael Guennebaud | 2013-06-22 |
* | explicit template specialization cannot have a storage class | Gael Guennebaud | 2013-06-22 |
* | Fix an shut down a few ICC's remarks | Gael Guennebaud | 2013-06-22 |
* | Fix a couple of warnings | Gael Guennebaud | 2013-06-21 |
* | Disable ASM comments on non x86 architecture and do not redfine if EIGEN_ASM_... | Gael Guennebaud | 2013-06-21 |
* | Add missing using std::pow in lpNorm. | Gael Guennebaud | 2013-06-21 |
* | Fix warning typedef XXX locally defined but not used | Gael Guennebaud | 2013-06-21 |
* | Shutdown clang warning: argument unused during compilation: '-ansi' at linkin... | Gael Guennebaud | 2013-06-21 |
* | Reduce maximum number of warnings/errors. (they took GBs even for limited per... | Gael Guennebaud | 2013-06-20 |
* | new unsupported and not finished SVD, using a divide and conquert algorithm, ... | Gauthier Brun | 2013-06-19 |
* | bug #71: enable vectorization of diagonal products in more cases. | Gael Guennebaud | 2013-06-18 |
* | Fix bug #542: fix detection of compiler version on systems without the head c... | Gael Guennebaud | 2013-06-18 |
* | Avoid phrase "static allocation" for local storage on stack (bug #615). | Jitse Niesen | 2013-06-18 |
* | Implement mixed static/dynamic-size .block() (bug #579) | Jitse Niesen | 2013-06-18 |
* | bug #230, fix compilation issues and wrong static assertions | Kolja Brix | 2013-06-18 |
* | Fix compilation issue with some compilers (when doing using Base::foo;, foo m... | Gael Guennebaud | 2013-06-18 |
* | Require at least cmake version 2.8.2 (bug #606). | Jitse Niesen | 2013-06-17 |
* | Merged in RhysU/eigen//fix-documentation-typo-1371479301909 (pull request PR-25) | Jitse Niesen | 2013-06-17 |
|\ |
|
| * | Fix documentation typo | Rhys Ulerich | 2013-06-17 |
|/ |
|