aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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 ↵Gravatar Gael Guennebaud2013-07-01
| | | | a new initial residual reference.
* Add missing sparse matrix constructor from sparse self-adjoint views, and ↵Gravatar Gael Guennebaud2013-06-28
| | | | add documentation for sparse time selfadjoint matrix
* Fiw bug #553: add support for sparse matrix time sparse self-adjoint view ↵Gravatar Desire NUENTSA2013-06-28
| | | | products
* Fix bug #611: fix const qualifier in cwiseProduct(sparse,dense) and ↵Gravatar Gael Guennebaud2013-06-28
| | | | SparseDiagonalProduct::InnerIterator
* Fix bug #626: add assertion on input ranges for coeff* and insert members ↵Gravatar Gael Guennebaud2013-06-28
| | | | for sparse objects
* bug #626: add compiletime check of the Options template parameter of ↵Gravatar Gael Guennebaud2013-06-28
| | | | SparseMatrix and SparseVector. Fix eval and plain_object for sparse objects.
* Fix bug #623: inlining test_is_equal leads to failures with x87Gravatar Gael Guennebaud2013-06-27
|
* Fix bug #554: include unistd.h before checking the presence of posix_memalign.Gravatar Gael Guennebaud2013-06-26
|
* Merged in jdh8/eigen (pull request PR-27): Matrix power cleanupGravatar Jitse Niesen2013-06-25
|\
* | Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused ↵Gravatar Gael Guennebaud2013-06-25
| | | | | | | | variables in the unit tests and also fix a few other warnings.
| * Clean namespace pollution.Gravatar Chen-Pang He2013-06-25
| |
| * Matrix square root can process 0 eigenvalue.Gravatar Chen-Pang He2013-06-24
| |
| * Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.powGravatar Chen-Pang He2013-06-24
| |
* | fix casting from double* to void* in SuperLU and Cholmod supportGravatar Gael Guennebaud2013-06-24
|/
* Fix segfault and bug with equal eivals in matrix power (bug #614).Gravatar Chen-Pang He2013-06-24
|
* CwiseUnaryView should not inherit no_assignment_operator!Gravatar Gael Guennebaud2013-06-24
|
* fix compilation of ArrayBase::transposeInPlaceGravatar Gael Guennebaud2013-06-24
|
* fix compilation of ArrayBase::transposeInPlaceGravatar Gael Guennebaud2013-06-24
|
* bug #620: fix robustness issue in JacobiSVD::solve (also fix a perf. issue)Gravatar Gael Guennebaud2013-06-24
|
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
|
* Fix bug #590: NEON Duplicate lane loadGravatar Simon Pilgrim2013-06-23
|
* that's getting harder and harder to make ICC, GCC and clang all happy: one ↵Gravatar Gael Guennebaud2013-06-22
| | | | wants type_name to be static and if it is so then the other one triggers 'unused function' warnings -> a forward declaration seems to do the trick
* explicit template specialization cannot have a storage classGravatar Gael Guennebaud2013-06-22
|
* Fix an shut down a few ICC's remarksGravatar Gael Guennebaud2013-06-22
|
* Fix a couple of warningsGravatar Gael Guennebaud2013-06-21
|
* Disable ASM comments on non x86 architecture and do not redfine if ↵Gravatar Gael Guennebaud2013-06-21
| | | | EIGEN_ASM_COMMENT is already defined
* Add missing using std::pow in lpNorm.Gravatar Gael Guennebaud2013-06-21
|
* Fix warning typedef XXX locally defined but not usedGravatar Gael Guennebaud2013-06-21
|
* Shutdown clang warning: argument unused during compilation: '-ansi' at ↵Gravatar Gael Guennebaud2013-06-21
| | | | linking time
* Reduce maximum number of warnings/errors. (they took GBs even for limited ↵Gravatar Gael Guennebaud2013-06-20
| | | | period of time)
* new unsupported and not finished SVD, using a divide and conquert algorithm, ↵Gravatar Gauthier Brun2013-06-19
| | | | with tests and benchmark
* bug #71: enable vectorization of diagonal products in more cases.Gravatar Gael Guennebaud2013-06-18
|
* Fix bug #542: fix detection of compiler version on systems without the head ↵Gravatar Gael Guennebaud2013-06-18
| | | | command.
* Avoid phrase "static allocation" for local storage on stack (bug #615).Gravatar Jitse Niesen2013-06-18
|
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
|
* bug #230, fix compilation issues and wrong static assertionsGravatar Kolja Brix2013-06-18
|
* Fix compilation issue with some compilers (when doing using Base::foo;, foo ↵Gravatar Gael Guennebaud2013-06-18
| | | | must be visible in the direct base class)
* Require at least cmake version 2.8.2 (bug #606).Gravatar Jitse Niesen2013-06-17
|
* Merged in RhysU/eigen//fix-documentation-typo-1371479301909 (pull request PR-25)Gravatar Jitse Niesen2013-06-17
|\ | | | | | | Fix documentation typo
| * Fix documentation typoGravatar Rhys Ulerich2013-06-17
|/
* Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ↵Gravatar Gael Guennebaud2013-06-17
| | | | tests.
* Make psqrt works with numeric_limits<float>::minGravatar Gael Guennebaud2013-06-14
|
* Extend sparse-block unit test to explicitly cover bug #584Gravatar Gael Guennebaud2013-06-14
|
* Fix bug #613: psqrt was incorrect for small numbersGravatar Jeff Dean2013-06-13
|
* Extend the magnitude range of tested numbers in packet math unit testsGravatar Gael Guennebaud2013-06-13
|
* Fix copy constructor signatureGravatar Gael Guennebaud2013-06-12
|
* Add missing changes.Gravatar Gael Guennebaud2013-06-12
|
* Remove meaningless explicit qualifierGravatar Gael Guennebaud2013-06-12
|
* Suppress warning #2304: non-explicit constructor with single argument may ↵Gravatar Gael Guennebaud2013-06-12
| | | | cause implicit type conversion