aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Add parenthesis to fix compiler warningsGravatar Christoph Hertzberg2018-04-15
|
* bug #1493: Make representation of HouseholderSequence consistent and working ↵Gravatar Christoph Hertzberg2018-04-15
| | | | for complex numbers. Made corresponding unit test actually test that. Also simplify implementation of QR decompositions
* Limit test size for sparse Cholesky solvers to EIGEN_TEST_MAX_SIZEGravatar Christoph Hertzberg2018-04-13
|
* No need to make noise, if KLU is foundGravatar Christoph Hertzberg2018-04-13
|
* Umfpack: UF_long has been removed in recent versions of suitesparse, and fix ↵Gravatar Gael Guennebaud2018-04-11
| | | | a few long-to-int conversions issues.
* Merged in v_huber/eigen (pull request PR-378)Gravatar Gael Guennebaud2018-04-11
|\ | | | | | | Add interface to umfpack_*l_* functions
| * Add unitTestGravatar vhuber2018-04-09
| |
* | bug #1509: fix computeInverseWithCheck for complexesGravatar Gael Guennebaud2018-04-04
| |
* | Make stableNorm and blueNorm compatible with 2D matrices.Gravatar Gael Guennebaud2018-04-04
| |
* | bug #1521: add unit test dedicated to numbest::hyposGravatar Gael Guennebaud2018-04-04
| |
* | Fix compilation of product with inverse transpositions (e.g., mat * ↵Gravatar Gael Guennebaud2018-04-03
| | | | | | | | Transpositions().inverse())
* | bug #1516: add assertion for out-of-range diagonal index in ↵Gravatar Gael Guennebaud2018-04-03
| | | | | | | | MatrixBase::diagonal(i)
* | Rename predux_downto4 to be more accurate on its semantic.Gravatar Gael Guennebaud2018-04-03
| |
* | Fix unit testing of predux_downto4 (bad name), and add unit testing of prsqrtGravatar Gael Guennebaud2018-04-03
| |
* | MIsc. source and comment typosGravatar luz.paz2018-03-11
|/ | | | Found using `codespell` and `grep` from downstream FreeCAD
* Add static assertion for fixed sizes Ref<>Gravatar Gael Guennebaud2018-03-09
|
* Implement better static assertion checking to make sure that the first ↵Gravatar Gael Guennebaud2018-03-09
| | | | assertion is a static one and not a runtime one.
* Add static assertion on selfadjoint-view's UpLo parameter.Gravatar Gael Guennebaud2018-03-09
|
* add unit test for SimplicialCholesky and Boost multiprec.Gravatar Gael Guennebaud2018-02-16
|
* bug #1517: fix triangular product with unit diagonal and nested scaling ↵Gravatar Gael Guennebaud2018-02-09
| | | | factor: (s*A).triangularView<UpperUnit>()*B
* Fix linear indexing in generic block evaluation.Gravatar Gael Guennebaud2018-02-09
|
* Fix compilation of stableNorm with some expressions as inputGravatar Gael Guennebaud2017-12-15
|
* fix unit testGravatar Gael Guennebaud2017-12-14
|
* Fix packet and alignment propagation logic of Block<Xpr> expressions. In ↵Gravatar Gael Guennebaud2017-12-14
| | | | particular, (A+B).col(j) lost vectorisation.
* fix header inclusionGravatar Gael Guennebaud2017-12-14
|
* bug #1479: fix failure detection in LDLTGravatar Gael Guennebaud2017-11-16
|
* Add support for SuiteSparse's KLU routinesGravatar Kyle Vedder2017-10-04
|
* Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
|
* Fix mixing types in sparse matrix products.Gravatar Gael Guennebaud2017-09-02
|
* Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
|
* Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.hGravatar Gael Guennebaud2017-08-24
|
* bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by ↵Gravatar Gael Guennebaud2017-08-24
| | | | introducing EIGEN_CUDACC_VER
* bug #1457: add setUnit() methods for consistency.Gravatar Gael Guennebaud2017-08-22
|
* bug #1449: fix redux_3 unit testGravatar Gael Guennebaud2017-08-22
|
* bug #1461: fix compilation of Map<const Quaternion>::x()Gravatar Gael Guennebaud2017-08-22
|
* Gub 1453: fix Map with non-default inner-stride but no outer-stride.Gravatar Gael Guennebaud2017-08-22
|
* Add unit test for has_ReturnTypeGravatar Gael Guennebaud2017-08-17
|
* Disable BDCSVD preallocation check.Gravatar Gael Guennebaud2017-07-20
|
* Fix warningGravatar Gael Guennebaud2017-06-27
|
* Fix compilation with some compilersGravatar Gael Guennebaud2017-06-09
|
* bug #1405: enable StrictlyLower/StrictlyUpper triangularView as the ↵Gravatar Gael Guennebaud2017-06-09
| | | | destination of matrix*matrix products.
* bug #1410: fix lvalue propagation of Array/Matrix-Wrapper with a const ↵Gravatar Gael Guennebaud2017-06-09
| | | | nested expression.
* add regression test for aliasing in product rewrittingGravatar Gael Guennebaud2017-06-09
|
* bug #1424: add numext::abs specialization for unsigned integer types.Gravatar Gael Guennebaud2017-06-09
|
* Add missing std::numeric_limits specialization for half, and complete ↵Gravatar Gael Guennebaud2017-06-09
| | | | NumTraits<half>
* bug #1423: fix LSCG\'s Jacobi preconditioner for row-major matrices.Gravatar Gael Guennebaud2017-06-08
|
* bug #1435: fix aliasing issue in exressions like: A = C - B*A;Gravatar Gael Guennebaud2017-06-08
|
* Fix dense * sparse-selfadjoint-view product.Gravatar Gael Guennebaud2017-04-25
|
* Improve cmake scripts for Pastix and BLAS detection.Gravatar Gael Guennebaud2017-04-14
|
* bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD.Gravatar Gael Guennebaud2017-02-20
|