Click or drag to resize

IDoubleLeastSqWeightingFunctionInitialize Method

Performs any needed initialization given the matrix A from the the least squares problem Ax = b.

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

Parameters

A  DoubleMatrix

[Missing <param name="A"/> documentation for "M:CenterSpace.NMath.Core.IDoubleLeastSqWeightingFunction.Initialize(CenterSpace.NMath.Core.DoubleMatrix)"]

See Also