mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Merge branch 'nan_prop' of https://gitlab.com/rmlarsen1/eigen into nan_prop
This commit is contained in:
@@ -454,6 +454,7 @@ template<typename Derived> class DenseBase
|
||||
template<int NaNPropagation>
|
||||
EIGEN_DEVICE_FUNC typename internal::traits<Derived>::Scalar maxCoeff() const;
|
||||
|
||||
|
||||
// By default, the fastest version with undefined NaN propagation semantics is
|
||||
// used.
|
||||
// TODO(rmlarsen): Replace with default template argument when we move to
|
||||
@@ -465,8 +466,6 @@ template<typename Derived> class DenseBase
|
||||
return maxCoeff<PropagateFast>();
|
||||
}
|
||||
|
||||
|
||||
|
||||
template<typename IndexType> EIGEN_DEVICE_FUNC
|
||||
typename internal::traits<Derived>::Scalar minCoeff(IndexType* row, IndexType* col) const;
|
||||
template<typename IndexType> EIGEN_DEVICE_FUNC
|
||||
|
||||
Reference in New Issue
Block a user