aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
|
* bug #766: Check minimum CUDA versionGravatar Christoph Hertzberg2014-10-20
|
* Add a true ctest unit test for failtestsGravatar Gael Guennebaud2014-09-23
|
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
|
* Enable evaluators by defaultGravatar Gael Guennebaud2014-08-29
|
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
* | Fix numerous nested versus nested_eval shortcomingsGravatar Gael Guennebaud2014-08-01
| |
* | Fix 4x4 inverse via SSE for submatricesGravatar Gael Guennebaud2014-07-31
| |
* | Re-enable main unit tests which are now compiling and running fine with ↵Gravatar Gael Guennebaud2014-07-31
| | | | | | | | evaluators
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
| |
* | Various minor fixesGravatar Gael Guennebaud2014-07-30
| |
| * Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
| | | | | | | | | | Make it possible to run unit-tests with exceptions disabled via EIGEN_TEST_NO_EXCEPTIONS flag. Enhanced ctorleak unit-test
* | Re-enable a couple of unit tests with evaluators.Gravatar Gael Guennebaud2014-07-22
| |
* | merge with default branchGravatar Gael Guennebaud2014-07-10
|\ \
| | * Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06
| |/ | | | | | | | | | | | | | | | | | | | | | | The added check `ctorleak.cpp` demonstrates how the leak can be reproduced. The test appears to pass but it is leaking the storage of the (not created) matrix. I don't know how to make this test fail in the existing test suite but you can run it through Valgrind (or another debugger) to verify the leak. $ ./check.sh ctorleak && valgrind --leak-check=full ./test/ctorleak This patch fixes this leak by adding some try-catch-delete-rethrow blocks to `Eigen/src/Core/util/Memory.h`.
| * Determine version of Metis library. Apparently, at least version 5.x is ↵Gravatar Christoph Hertzberg2014-07-09
| | | | | | | | | | | | needed for Eigen/MetisSupport. Marked some internal variables as advanced
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\|
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A ↵Gravatar Christoph Hertzberg2014-07-01
| | | | | | | | compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed.
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
| * Updated the compiler flags to enable nvcc to work with clang.Gravatar Benoit Steiner2014-04-12
| |
* | Conditionally disable unit tests that are not supported by evaluators yetGravatar Gael Guennebaud2014-03-12
| |
| * Fix bug #760: complete Eigen's lapack interface with default Lapack for SPQR ↵Gravatar Gael Guennebaud2014-03-12
|/ | | | if there is no fortran compiler.
* NVCC: no need to enforce host compilerGravatar Gael Guennebaud2014-01-24
|
* Fix stupid mistake in CMakeLists.txtGravatar Gael Guennebaud2013-11-07
|
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
|
* Add minimalistic unit tests for NVCC supportGravatar Gael Guennebaud2013-11-05
|
* Added copy constructor and assignment to DenseStorage.Gravatar Hauke Heibel2013-08-10
| | | | | Required by the standard even when its not used but elided. Added a test for DenseStorage copying and assignment.
* Added move support for Matrix and Array.Gravatar Hauke Heibel2013-08-02
| | | | | | Added EIGEN_HAVE_RVALUE_REFERENCES define. Added move unit tests. Removed superfluous 'inline' declarations in DenseStorage.
* Enable support for minimal rebuilds.Gravatar Hauke Heibel2013-07-31
|
* 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!
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
|
* Add Official/Unsupported labels to unit tests and add a ctest driver to ↵Gravatar Gael Guennebaud2013-03-20
| | | | submit subprojects to cdash
* Add a unit test for Ref.h and fix an extra copy.Gravatar Gael Guennebaud2013-02-26
|
* Unit test for the Metis Ordering packageGravatar Desire NUENTSA2013-01-21
|
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11
|
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
|
* Add tests for dense and sparse levenberg-MarquardtGravatar Desire NUENTSA2012-12-07
|
* Add support for Sparse QR factorizationGravatar Desire NUENTSA2012-11-12
|
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add unit testsGravatar Desire NUENTSA2012-08-03
| |
* | Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ↵Gravatar Gael Guennebaud2012-07-26
| | | | | | | | | | | | with A and B general real matrices. Currently only the eigenvalues are reported.
* | Add a RealQZ class: a generalized Schur decomposition for real matricesGravatar Alexey Korepanov2012-07-11
| |
* | resurrect expression evaluatorsGravatar Gael Guennebaud2012-06-22
| |
* | clean the support for testing existing sparse problemsGravatar Gael Guennebaud2012-06-07
|/
* Correct a small bug in sparse_solverGravatar Desire NUENTSA2012-03-29
|
* modify the unit tests of sparse linear solvers to enable tests on real ↵Gravatar Desire NUENTSA2012-03-29
| | | | matrices, from MatrixMarket for instance
* Adding an interface to PaStiX, the multithreaded and distributed linear solverGravatar Desire NUENTSA2012-03-08
|
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
| | | | We plan to re-instate them when we branch 2.2 (see bug #388).
* add cholmod_support unit testsGravatar Gael Guennebaud2011-12-10
|
* Intel(R) MKL support added.Gravatar karturov2011-12-05
| | | | | | | | | | * * * License disclaimer changed to BSD license for MKL_support.h * * * Pardiso support fixed, test added. blas/lapack tests fixed: Scalar parameter was added in Cholesky, product_matrix_vector_triangular remaned to triangular_matrix_vector_product. * * * PARDISO test was added physically.