Searched refs:otherElts (Results 1 – 1 of 1) sorted by relevance
116 const auto &otherElts = m.elements(); in nearlyEqual() local117 for (size_t i = 0; i < otherElts.size(); i++) in nearlyEqual()119 if ((mElements[i] - otherElts[i] > epsilon) && (otherElts[i] - mElements[i] > epsilon)) in nearlyEqual()