Searched refs:getLInfDistance (Results 1 – 4 of 4) sorted by relevance
834 double getLInfDistance(RealVector v); in getLInfDistance() method849 double getLInfDistance(double[] v); in getLInfDistance() method
519 private double getLInfDistance(OpenMapRealVector v) {544 public double getLInfDistance(RealVector v) throws IllegalArgumentException {547 return getLInfDistance((OpenMapRealVector) v);549 return getLInfDistance(v.getData());554 public double getLInfDistance(double[] v) throws IllegalArgumentException {
851 public double getLInfDistance(RealVector v) in getLInfDistance() method in ArrayRealVector854 return getLInfDistance((ArrayRealVector) v); in getLInfDistance()868 public double getLInfDistance(double[] v) in getLInfDistance() method in ArrayRealVector892 public double getLInfDistance(ArrayRealVector v) in getLInfDistance() method in ArrayRealVector894 return getLInfDistance(v.data); in getLInfDistance()
273 public double getLInfDistance(RealVector v) throws IllegalArgumentException { in getLInfDistance() method in AbstractRealVector285 public double getLInfDistance(double[] v) throws IllegalArgumentException { in getLInfDistance() method in AbstractRealVector