Searched refs:weightedGeometryMatrix (Results 1 – 1 of 1) sorted by relevance
170 RealMatrix weightedGeometryMatrix; in calculateUserPositionVelocityLeastSquare() local180 weightedGeometryMatrix = geometryMatrix; in calculateUserPositionVelocityLeastSquare()185 weightedGeometryMatrix = hMatrix.multiply(geometryMatrix.transpose()) in calculateUserPositionVelocityLeastSquare()192 GpsMathOperations.matrixByColVectMultiplication(weightedGeometryMatrix.getData(), in calculateUserPositionVelocityLeastSquare()411 RealMatrix weightedGeometryMatrix; in applyWeightedLeastSquare() local437 weightedGeometryMatrix = geometryMatrix; in applyWeightedLeastSquare()441 weightedGeometryMatrix = hMatrix.multiply(geometryMatrix.transpose()) in applyWeightedLeastSquare()449 weightedGeometryMatrix.getData(), in applyWeightedLeastSquare()