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.1.418.0 (24.1.418.0)
Syntax
public DilutionOfPrecision(
	double[,] covarianceMatrix
)

Parameters

covarianceMatrix
Type: SystemDouble
A covariance matrix.
See Also