The DoubleCOWeightedLeastSq type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DoubleCOWeightedLeastSq | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this weighted least squares instance.
| |
| Equals | (Inherited from Object.) | |
| Factor | Overloaded. | |
| 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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| A |
Gets the matrix A used in the calculation.
|