Home
last modified time | relevance | path

Searched refs:weightedGeometryMatrix (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.java170 RealMatrix weightedGeometryMatrix; in calculateUserPositionVelocityLeastSquare() local
180 weightedGeometryMatrix = geometryMatrix; in calculateUserPositionVelocityLeastSquare()
185 weightedGeometryMatrix = hMatrix.multiply(geometryMatrix.transpose()) in calculateUserPositionVelocityLeastSquare()
192 GpsMathOperations.matrixByColVectMultiplication(weightedGeometryMatrix.getData(), in calculateUserPositionVelocityLeastSquare()
411 RealMatrix weightedGeometryMatrix; in applyWeightedLeastSquare() local
437 weightedGeometryMatrix = geometryMatrix; in applyWeightedLeastSquare()
441 weightedGeometryMatrix = hMatrix.multiply(geometryMatrix.transpose()) in applyWeightedLeastSquare()
449 weightedGeometryMatrix.getData(), in applyWeightedLeastSquare()