35template <
class Function>
38 MaxIter = right.MaxIter;
39 tolerance = right.tolerance;
46template <
class Function>
49 MaxIter = right.MaxIter;
50 tolerance = right.tolerance;
57template <
class Function>
60 if (
this == &right)
return true;
64template <
class Function>
G4bool operator==(const G4GeometryCell &k1, const G4GeometryCell &k2)
G4bool operator!=(const G4Solver &right) const
G4Solver & operator=(const G4Solver &right)
G4bool operator==(const G4Solver &right) const