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.3.420.0 (24.3.420.0)
Syntax
public DilutionOfPrecision(
	double[,] covarianceMatrix,
	double[,] geometryMatrix
)

Parameters

covarianceMatrix
Type:System.Double[,]
A covariance (H) matrix.
geometryMatrix
Type:System.Double[,]
A geometry (G) matrix.
See Also