Performs necessary computations for a change of weights.

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

Syntax

C#
public void Reweight(
	DoubleVector weights
)
Visual Basic (Declaration)
Public Sub Reweight ( _
	weights As DoubleVector _
)
Visual C++
public:
void Reweight(
	DoubleVector^ weights
)

Parameters

weights
Type: CenterSpace.NMath.Core..::.DoubleVector
The new weights.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.NMathExceptionThrown if this instance has not been initialized with the matrix and weights, either through a constructor or the Factor method.

See Also