aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fix regression in 9357838f94d2907996adadc7e5200376f3561ed4Gravatar Gael Guennebaud2018-07-11
* bug #1543: improve linear indexing for general block expressionsGravatar Gael Guennebaud2018-07-10
* Introduce the macro ei_declare_local_nested_eval to help allocating on the st...Gravatar Gael Guennebaud2018-07-09
* palign is not used anymore, so let's relax the unit testGravatar Gael Guennebaud2018-07-06
* test product kernel with half-floats.Gravatar Gael Guennebaud2018-07-06
* Complete Packet8h implementation and test it in packetmath unit testGravatar Gael Guennebaud2018-07-06
* Add unitests for inverse and selfadjoint-eigenvalues on CUDAGravatar Gael Guennebaud2018-07-06
* Make is_same_dense compatible with different scalar types.Gravatar Gael Guennebaud2018-07-03
* bug #1562: optimize evaluation of small products of the form s*A*B by rewriti...Gravatar Gael Guennebaud2018-07-02
* Fix unit testGravatar Gael Guennebaud2018-07-01
* bug #1560 fix product with a 1x1 diagonal matrixGravatar Gael Guennebaud2018-06-25
* bug #1531: make dedicatd unit testing for NumDimensionsGravatar Gael Guennebaud2018-06-08
* bug #1531: expose NumDimensions for compatibility with TensorGravatar Gael Guennebaud2018-06-08
* Fix the way matrix folder is passed to the tests.Gravatar Gael Guennebaud2018-06-08
* Fix short vs longGravatar Gael Guennebaud2018-06-07
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Search for sequential Pastix.Gravatar Gael Guennebaud2018-05-29
* Fix handling of path names containing spaces and the likes.Gravatar Gael Guennebaud2018-05-29
* Add an option to test with external BLAS libraryGravatar Christoph Hertzberg2018-05-22
* Make qr_fullpivoting unit test run for fixed-sized matricesGravatar Christoph Hertzberg2018-05-22
* add some internal checksGravatar Gael Guennebaud2018-05-18
* check that all integer types are properly handled by mat(i,j)Gravatar Gael Guennebaud2018-05-18
* Add tests for sparseQR results (value and size) covering bugs #1522 and #1544Gravatar Jeff Trull2018-04-21
* Fix unit test for SIMD engine not supporting sqrtGravatar Gael Guennebaud2018-04-26
* bug #1543: fix linear indexing in generic block evaluation (this completes th...Gravatar Gael Guennebaud2018-04-23
* Fix unit testGravatar Gael Guennebaud2018-04-22
* Add parenthesis to fix compiler warningsGravatar Christoph Hertzberg2018-04-15
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* 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
* Merged in v_huber/eigen (pull request PR-378)Gravatar Gael Guennebaud2018-04-11
|\
| * 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 * Transposi...Gravatar Gael Guennebaud2018-04-03
* | bug #1516: add assertion for out-of-range diagonal index in MatrixBase::diago...Gravatar Gael Guennebaud2018-04-03
* | 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
|/
* Add static assertion for fixed sizes Ref<>Gravatar Gael Guennebaud2018-03-09
* Implement better static assertion checking to make sure that the first assert...Gravatar Gael Guennebaud2018-03-09
* 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 facto...Gravatar Gael Guennebaud2018-02-09
* 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 part...Gravatar Gael Guennebaud2017-12-14