aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fix bug #611: diag * sparse * diagGravatar Gael Guennebaud2013-07-05
* Fix a couple of warnings in unit tests.Gravatar Gael Guennebaud2013-07-05
* 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
* 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
* Fix bug #623: inlining test_is_equal leads to failures with x87Gravatar Gael Guennebaud2013-06-27
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* fix compilation of ArrayBase::transposeInPlaceGravatar Gael Guennebaud2013-06-24
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* that's getting harder and harder to make ICC, GCC and clang all happy: one wa...Gravatar Gael Guennebaud2013-06-22
* 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 warning typedef XXX locally defined but not usedGravatar Gael Guennebaud2013-06-21
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
* Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...Gravatar Gael Guennebaud2013-06-17
* Extend sparse-block unit test to explicitly cover bug #584Gravatar Gael Guennebaud2013-06-14
* Extend the magnitude range of tested numbers in packet math unit testsGravatar Gael Guennebaud2013-06-13
* Fix sparse_basic unit test conflictGravatar Gael Guennebaud2013-06-12
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Add support with unit test for off-diagonal sparse matrix viewsGravatar Desire NUENTSA2013-06-11
* Restore internal math functions for unit testsGravatar Desire NUENTSA2013-06-11
* Check sparse matrices with short indicesGravatar Gael Guennebaud2013-06-10
* Fix bug #607: handle implicit transposition from sparse vector to dense vectorGravatar Gael Guennebaud2013-06-10
* Add regression test for bug #608Gravatar Gael Guennebaud2013-06-09
* Fix bug #609: avoid if statement and improve consistency of eulerAngles methodGravatar Gael Guennebaud2013-06-09
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Add a few missing standard functions for ScalarWithExceptions type.Gravatar Gael Guennebaud2013-04-17
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
* Fix bug #563: assignement to Block<SparseMatrix> is now allowed on non-compre...Gravatar Gael Guennebaud2013-04-12
* Add temporary check for triangularView += productGravatar Gael Guennebaud2013-04-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix missuse of unitialized values in unit testsGravatar Gael Guennebaud2013-04-10
* Fix bug #562: add vector-wise normalized and normalize functionsGravatar Gael Guennebaud2013-04-09
* Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
* Add SSE4 min/max for integersGravatar Gael Guennebaud2013-03-20
* Bug567 : Fix iterative solvers to immediately return when the initial guess i...Gravatar Desire NUENTSA2013-03-20
* Add Official/Unsupported labels to unit tests and add a ctest driver to submi...Gravatar Gael Guennebaud2013-03-20
* fix sparse vector assignment from a sparse matrixGravatar Gael Guennebaud2013-03-06
* Add missing template keywordGravatar Gael Guennebaud2013-03-01
* Prevent calling .norm() on integer matrices in the unit tests.Gravatar Hauke Heibel2013-02-28
* Fixed compiler warning.Gravatar Hauke Heibel2013-02-28
* The ref unit test cannot be easily written to work with EIGEN_DEFAULT_TO_ROW_...Gravatar Gael Guennebaud2013-02-27
* Fix two numerical issues in unit tests.Gravatar Gael Guennebaud2013-02-27
* Remove ICC warning in nomalloc unit test.Gravatar Gael Guennebaud2013-02-26
* Fix compilation with ICC that was unable to instanciate Scaling from Eigen's ...Gravatar Gael Guennebaud2013-02-26
* Add a unit test for Ref.h and fix an extra copy.Gravatar Gael Guennebaud2013-02-26
* Workaround warning: assuming signed overflow does not occur when...Gravatar Gael Guennebaud2013-02-26
* Fix no newline warning.Gravatar Gael Guennebaud2013-02-26