pub fn dist_dp_full<M>(x: &[M::Item], y: &[M::Item]) -> Vec<Vec<M::Cost>>where M: MetricSpace,
Compute the 2D dynamic-programming table for the sequences x and y