Home
last modified time | relevance | path

Searched defs:secondVector (Results 1 – 1 of 1) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DGpsMathOperations.java44 public static double[] subtractTwoVectors(double[] firstVector, double[] secondVector) in subtractTwoVectors()
85 public static double dotProduct(double[] firstVector, double[] secondVector) in dotProduct()