Searched defs:cwiseMax (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/plugins/
H A DMatrixCwiseBinaryOps.h98 cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const function
108 cwiseMax(const Scalar &other) const function
110 return cwiseMax(Derived::PlainObject::Constant(rows(), cols(), other));

Completed in 113 milliseconds