index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
*
Fix the way matrix folder is passed to the tests.
Gael Guennebaud
2018-06-08
*
Fix short vs long
Gael Guennebaud
2018-06-07
*
Fix typos found using codespell
Gael Guennebaud
2018-06-07
*
Search for sequential Pastix.
Gael Guennebaud
2018-05-29
*
Fix handling of path names containing spaces and the likes.
Gael Guennebaud
2018-05-29
*
Add an option to test with external BLAS library
Christoph Hertzberg
2018-05-22
*
Make qr_fullpivoting unit test run for fixed-sized matrices
Christoph Hertzberg
2018-05-22
*
add some internal checks
Gael Guennebaud
2018-05-18
*
check that all integer types are properly handled by mat(i,j)
Gael Guennebaud
2018-05-18
*
Add tests for sparseQR results (value and size) covering bugs #1522 and #1544
Jeff Trull
2018-04-21
*
Fix unit test for SIMD engine not supporting sqrt
Gael Guennebaud
2018-04-26
*
bug #1543: fix linear indexing in generic block evaluation (this completes th...
Gael Guennebaud
2018-04-23
*
Fix unit test
Gael Guennebaud
2018-04-22
*
Add parenthesis to fix compiler warnings
Christoph Hertzberg
2018-04-15
*
bug #1493: Make representation of HouseholderSequence consistent and working ...
Christoph Hertzberg
2018-04-15
*
Limit test size for sparse Cholesky solvers to EIGEN_TEST_MAX_SIZE
Christoph Hertzberg
2018-04-13
*
No need to make noise, if KLU is found
Christoph Hertzberg
2018-04-13
*
Umfpack: UF_long has been removed in recent versions of suitesparse, and fix ...
Gael Guennebaud
2018-04-11
*
Merged in v_huber/eigen (pull request PR-378)
Gael Guennebaud
2018-04-11
|
\
|
*
Add unitTest
vhuber
2018-04-09
*
|
bug #1509: fix computeInverseWithCheck for complexes
Gael Guennebaud
2018-04-04
*
|
Make stableNorm and blueNorm compatible with 2D matrices.
Gael Guennebaud
2018-04-04
*
|
bug #1521: add unit test dedicated to numbest::hypos
Gael Guennebaud
2018-04-04
*
|
Fix compilation of product with inverse transpositions (e.g., mat * Transposi...
Gael Guennebaud
2018-04-03
*
|
bug #1516: add assertion for out-of-range diagonal index in MatrixBase::diago...
Gael Guennebaud
2018-04-03
*
|
Rename predux_downto4 to be more accurate on its semantic.
Gael Guennebaud
2018-04-03
*
|
Fix unit testing of predux_downto4 (bad name), and add unit testing of prsqrt
Gael Guennebaud
2018-04-03
*
|
MIsc. source and comment typos
luz.paz
2018-03-11
|
/
*
Add static assertion for fixed sizes Ref<>
Gael Guennebaud
2018-03-09
*
Implement better static assertion checking to make sure that the first assert...
Gael Guennebaud
2018-03-09
*
Add static assertion on selfadjoint-view's UpLo parameter.
Gael Guennebaud
2018-03-09
*
add unit test for SimplicialCholesky and Boost multiprec.
Gael Guennebaud
2018-02-16
*
bug #1517: fix triangular product with unit diagonal and nested scaling facto...
Gael Guennebaud
2018-02-09
*
Fix linear indexing in generic block evaluation.
Gael Guennebaud
2018-02-09
*
Fix compilation of stableNorm with some expressions as input
Gael Guennebaud
2017-12-15
*
fix unit test
Gael Guennebaud
2017-12-14
*
Fix packet and alignment propagation logic of Block<Xpr> expressions. In part...
Gael Guennebaud
2017-12-14
*
fix header inclusion
Gael Guennebaud
2017-12-14
*
bug #1479: fix failure detection in LDLT
Gael Guennebaud
2017-11-16
*
Add support for SuiteSparse's KLU routines
Kyle Vedder
2017-10-04
*
Fix compilation of Vector::operator()(enum) by treating enums as Index
Gael Guennebaud
2017-09-07
*
Fix mixing types in sparse matrix products.
Gael Guennebaud
2017-09-02
*
Added support for CUDA 9.0.
Benoit Steiner
2017-08-31
*
Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.h
Gael Guennebaud
2017-08-24
*
bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...
Gael Guennebaud
2017-08-24
*
bug #1457: add setUnit() methods for consistency.
Gael Guennebaud
2017-08-22
*
bug #1449: fix redux_3 unit test
Gael Guennebaud
2017-08-22
*
bug #1461: fix compilation of Map<const Quaternion>::x()
Gael Guennebaud
2017-08-22
*
Gub 1453: fix Map with non-default inner-stride but no outer-stride.
Gael Guennebaud
2017-08-22
*
Add unit test for has_ReturnType
Gael Guennebaud
2017-08-17
[next]