Click or drag to resize

DilutionOfPrecision Constructor (DenseMatrix, DenseMatrix)

Initializes a new instance from the specified covariance matrix and geometry matrix. Note that the matrices should already have been rotated by the receiver's orientation.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DilutionOfPrecision(
	DenseMatrix covarianceMatrix,
	DenseMatrix geometryMatrix
)

Parameters

covarianceMatrix
Type: AGI.Foundation.CoordinatesDenseMatrix
A covariance (H) matrix.
geometryMatrix
Type: AGI.Foundation.CoordinatesDenseMatrix
A geometry (G) matrix.
See Also