eigen/unsupported/Eigen/src
2018-11-09 14:15:32 -08:00
..
AutoDiff EIGEN_UNUSED is not supported by g++4.7 (and not portable) 2018-09-12 11:49:10 +02:00
BVH Silence unused parameter warning 2018-08-17 16:28:28 +02:00
Eigenvalues bug #1596: fix inclusion of Eigen's header within unsupported modules. 2018-09-17 09:54:29 +02:00
EulerAngles Use static const int instead of enum to avoid numerous local-type-template-args warnings in C++03 mode 2018-09-07 14:08:39 +02:00
FFT Use std::complex constructor instead of assignment from scalar 2018-06-28 00:32:37 +10:00
IterativeSolvers Fix most Doxygen warnings. Also add links to stable documentation from unsupported modules (by using the corresponding Doxytags file). 2018-10-19 21:10:28 +02:00
KroneckerProduct bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
LevenbergMarquardt Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }. 2018-07-17 14:46:15 +02:00
MatrixFunctions A few small fixes to a) prevent throwing in ctors and dtors of the threading code, and b) supporting matrix exponential on platforms with 113 bits of mantissa for long doubles. 2018-11-09 14:15:32 -08:00
MoreVectorization bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
NonLinearOptimization Fix typos found using codespell 2018-06-07 14:43:02 +02:00
NumericalDiff bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
Polynomials Fix most Doxygen warnings. Also add links to stable documentation from unsupported modules (by using the corresponding Doxytags file). 2018-10-19 21:10:28 +02:00
Skyline Fix typos found using codespell 2018-06-07 14:43:02 +02:00
SparseExtra Fix most Doxygen warnings. Also add links to stable documentation from unsupported modules (by using the corresponding Doxytags file). 2018-10-19 21:10:28 +02:00
SpecialFunctions Creating separate SYCL required PR for uncontroversial files. 2018-08-03 16:59:15 +01:00
Splines bug #1596: fix inclusion of Eigen's header within unsupported modules. 2018-09-17 09:54:29 +02:00