Add TODO.

This commit is contained in:
Rasmus Munk Larsen 2021-02-26 09:08:45 -08:00
parent fb5b59641a
commit 5e7d4c33d6

View File

@ -456,6 +456,8 @@ template<typename Derived> class DenseBase
// By default, the fastest version with undefined NaN propagation semantics is
// used.
// TODO(rmlarsen): Replace with default template argument when we move to
// c++11 or beyond.
EIGEN_DEVICE_FUNC typename internal::traits<Derived>::Scalar minCoeff() const {
return minCoeff<PropagateFast>();
}