Click or drag to resize

DilutionOfPrecision Constructor

Overload List
  NameDescription
Public methodDilutionOfPrecision
Initializes a new instance with 0.0 for all DOP values.
Public methodDilutionOfPrecision(DenseMatrix)
Initializes a new instance from the specified covariance matrix. Initializes the GeometryMatrix to all zeroes.
Public methodDilutionOfPrecision(Double)
Initializes a new instance from the specified covariance matrix. Initializes the GeometryMatrix to all zeroes.
Public methodDilutionOfPrecision(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.
Public methodDilutionOfPrecision(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.
Top
See Also