Click or drag to resize

DoubleLeastSqWeightingFunctionInitialize Method

Performs initialization of the weighting function based on the matrix A in the weighted least squares problem: Ax - b.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual void Initialize(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
The matrix in the weighted least squares problem Ax = b.

Implements

IDoubleLeastSqWeightingFunctionInitialize(DoubleMatrix)
See Also