eigen/Eigen/src
Antonio Sanchez 26e5beb8cb Device-compatible Tuple implementation.
An analogue of `std::tuple` that works on device.

Context: I've tried `std::tuple` in various versions of NVCC and clang,
and although code seems to compile, it often fails to run - generating
"illegal memory access" errors, or "illegal instruction" errors.
This replacement does work on device.
2021-09-08 13:34:19 -07:00
..
Cholesky Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
CholmodSupport Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
Core Device-compatible Tuple implementation. 2021-09-08 13:34:19 -07:00
Eigenvalues Fix tridiagonalization_inplace_selector. 2021-09-02 12:23:27 -07:00
Geometry Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
Householder Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
IterativeLinearSolvers Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
Jacobi Fix some enum-enum conversion warnings 2021-02-27 18:44:26 +01:00
KLUSupport Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
LU Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
MetisSupport
misc Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
OrderingMethods
PardisoSupport Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
PaStiXSupport Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
plugins Renamed shift_left/shift_right to shiftLeft/shiftRight. 2021-08-17 20:04:48 -07:00
QR Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
SparseCholesky Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
SparseCore Remove stray DynamicSparseMatrix references. 2021-09-02 19:47:26 +00:00
SparseLU Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
SparseQR Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
SPQRSupport Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
StlSupport Remove private access of std::deque::_M_impl. 2020-12-10 14:59:34 -08:00
SuperLUSupport Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
SVD Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
UmfPackSupport Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00