Searched defs:divides (Results 1 – 1 of 1) sorted by relevance
538 struct divides { struct539 … &lhs, const PetscScalar &rhs) const noexcept { return rhs == PetscScalar{0.0} ? rhs : lhs / rhs; } in operator ()()