Searched defs:maxCoeff (Results 1 – 2 of 2) sorted by relevance
465 EIGEN_DEVICE_FUNC inline typename internal::traits<Derived>::Scalar maxCoeff() const { in maxCoeff() function490 typename internal::traits<Derived>::Scalar maxCoeff(IndexType* row, IndexType* col) const { in maxCoeff() function500 typename internal::traits<Derived>::Scalar maxCoeff(IndexType* index) const { in maxCoeff() function
20 Scalar maxCoeff = bl.cwiseAbs().maxCoeff(); in stable_norm_kernel() local