Searched defs:cwiseMax (Results 1 – 4 of 4) sorted by relevance
104 cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMax() function115 cwiseMax(const Scalar &other) const in cwiseMax() function
407 cwiseMax(Scalar threshold) const { in cwiseMax() function485 cwiseMax(const OtherDerived& other) const { in cwiseMax() function
106 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost cwiseMax( in cwiseMax() function
36 template <typename T> T cwiseMax(T x, T y) { return cl::sycl::max(x, y); } in cwiseMax() function