Click or drag to resize

DilutionOfPrecision Constructor (Double, Double)

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(
	double[,] covarianceMatrix,
	double[,] geometryMatrix
)

Parameters

covarianceMatrix
Type: SystemDouble
A covariance (H) matrix.
geometryMatrix
Type: SystemDouble
A geometry (G) matrix.
See Also