Click or drag to resize

VectorMathL2Norm Method

Overload List
 NameDescription
Public Extension MethodL2Norm(Double)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodL2Norm(Int32)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodL2Norm(IReadOnlyListDouble)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodL2Norm(IReadOnlyListSingle)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodL2Norm(Single)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodL2Norm(Double, Int32, Int32)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodL2Norm(Int32, Int32, Int32)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodL2Norm(IReadOnlyListDouble, Int32, Int32)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodL2Norm(IReadOnlyListSingle, Int32, Int32)Given an n-vector x, this function calculates the euclidean norm of x.
Public Extension MethodL2Norm(Single, Int32, Int32)Given an n-vector x, this function calculates the euclidean norm of x.
Top
See Also