Home
last modified time | relevance | path

Searched refs:calculateGeometryMatrix (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
H A DUserPositionVelocityWeightedLeastSquare.java167 geometryMatrix = new Array2DRowRealMatrix(calculateGeometryMatrix( in calculateUserPositionVelocityLeastSquare()
430 geometryMatrix = new Array2DRowRealMatrix(calculateGeometryMatrix( in applyWeightedLeastSquare()
801 private static double[][] calculateGeometryMatrix(double[][] satellitePositionsECEFMeters, in calculateGeometryMatrix() method in UserPositionVelocityWeightedLeastSquare