Interface for least squares weighting functions.

Namespace: CenterSpace.NMath.Matrix
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public interface IDoubleLeastSqWeightingFunction : ICloneable
Visual Basic
Public Interface IDoubleLeastSqWeightingFunction _
	Inherits ICloneable
Visual C++
public interface class IDoubleLeastSqWeightingFunction : ICloneable

See Also