eigen/unsupported/Eigen
Antonio Sanchez 74da2e6821 Rename Tuple -> Pair.
This is to make way for a new `Tuple` class that mimics `std::tuple`,
but can be reliably used on device and with aligned Eigen types.

The existing Tuple has very few references, and is actually an
analogue of `std::pair`.
2021-09-02 02:20:54 +00:00
..
CXX11 Rename Tuple -> Pair. 2021-09-02 02:20:54 +00:00
src made RandomSetter C++11 compatible 2021-08-25 20:24:55 +00:00
AdolcForward Add missing adolc isinf/isnan. 2021-02-19 22:26:56 +00:00
AlignedVector3 Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
ArpackSupport Remove vim specific comments to recognoize correct file-type. 2021-02-09 09:13:09 +01:00
AutoDiff
BVH
CMakeLists.txt
EulerAngles
FFT Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
IterativeSolvers updated documentation 2021-08-31 22:58:28 +00:00
KroneckerProduct
LevenbergMarquardt
MatrixFunctions
MoreVectorization
MPRealSupport
NonLinearOptimization
NumericalDiff
OpenGLSupport
Polynomials Remove vim specific comments to recognoize correct file-type. 2021-02-09 09:13:09 +01:00
Skyline
SparseExtra included unordered_map header 2021-08-27 16:53:28 +00:00
SpecialFunctions Special function implementations for half/bfloat16 packets. 2020-12-04 10:16:29 -08:00
Splines