package dr.geo; /** * @author Alexei Drummond */ public interface RateMatrix { public double getRate(int i, int j); }