aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Add no_assignment_operator to a few classes that must not be assigned, and ↵Gravatar Gael Guennebaud2013-07-10
| | | | fix a couple of warnings.
* Rename map unit test to mapped_matrix: without splitting unit tests, this ↵Gravatar Gael Guennebaud2013-07-10
| | | | created a "map" binary file in the include path, not a good idea!
* Use numeric_limits to get NaN and infGravatar Gael Guennebaud2013-07-06
|
* 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 ↵Gravatar Gael Guennebaud2013-07-01
| | | | testing the definition of NDEBUG
* 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 ↵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
* 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 ↵Gravatar Gael Guennebaud2013-06-25
| | | | variables in the unit tests and also fix a few other warnings.
* 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 ↵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 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
| | | | tests.
* 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 ↵Gravatar Gael Guennebaud2013-04-12
| | | | non-compressed matrices
* 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 ↵Gravatar Desire NUENTSA2013-03-20
| | | | is the true solution and for trivial solution
* Add Official/Unsupported labels to unit tests and add a ctest driver to ↵Gravatar Gael Guennebaud2013-03-20
| | | | submit subprojects to cdash
* 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 ↵Gravatar Gael Guennebaud2013-02-27
| | | | EIGEN_DEFAULT_TO_ROW_MAJOR
* 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
| | | | namespace.