Click or drag to resize

DilutionOfPrecision Constructor (Double[,])

Initializes a new instance from the specified covariance matrix. Initializes the GeometryMatrix to all zeroes.

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
)

Parameters

covarianceMatrix
Type:System.Double[,]
A covariance matrix.
See Also