Searched defs:cwiseMin (Results 1 – 4 of 4) sorted by relevance
78 cwiseMin(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMin() function89 cwiseMin(const Scalar &other) const in cwiseMin() function
37 template <typename T> T cwiseMin(T x, T y) { return cl::sycl::min(x, y); } in cwiseMin() function291 DECLARE_BINARY_STRUCT(cwiseMin) in DECLARE_BINARY_STRUCT() argument
414 cwiseMin(Scalar threshold) const { in cwiseMin() function491 cwiseMin(const OtherDerived& other) const { in cwiseMin() function
97 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost cwiseMin( in cwiseMin() function