34template <
class Function>
37 MaxIter = right.MaxIter;
38 tolerance = right.tolerance;
45template <
class Function>
48 MaxIter = right.MaxIter;
49 tolerance = right.tolerance;
56template <
class Function>
59 if (
this == &right)
return true;
63template <
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