Returns the weighted two-norm of the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T WeightedNorm(
Vector<T> weightVector
)
Public Function WeightedNorm (
weightVector As Vector(Of T)
) As T
public:
T WeightedNorm(
Vector<T>^ weightVector
)
member WeightedNorm :
weightVector : Vector<'T> -> 'T
Parameters
- weightVector
- Type: Extreme.MathematicsVectorT
The weight vector.
Return Value
Type:
TThe two-norm of the
VectorT.
Reference