The DoubleCOWeightedLeastSq type exposes the following members.

Constructors

  NameDescription
DoubleCOWeightedLeastSqOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this weighted least squares instance.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FactorOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ResidualNormSqr
Computes the 2-norm squared of the residual vector.
ResidualVector
Computes and returns the residual vector.
Reweight
Performs necessary computations for a change of weights.
Solve
Compute the solution to the weighted least squares problem.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
A
Gets the matrix A used in the calculation.

See Also