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