std::complex<T> hausdorff_distance(const rc_interval<T>& a, const rc_interval<T>& b); std::complex<T> hausdorff_distance_error(const rc_interval<T>& a, const rc_interval<T>& b);
The complex Hausdorff distance is the normal Hausdorff distance applied to the real and imaginary components individually.
Computes the hausdorff distance between the two given intervals , as defined as:
For this becomes:
Computes the hausdorff distance error between the two given intervals , as defined as:
So in the case of :