| Name | Description |
---|
| L2Norm(Double) | Given an n-vector x, this function calculates the euclidean norm of x. |
| L2Norm(Int32) | Given an n-vector x, this function calculates the euclidean norm of x. |
| L2Norm(IReadOnlyListDouble) | Given an n-vector x, this function calculates the euclidean norm of x. |
| L2Norm(IReadOnlyListSingle) | Given an n-vector x, this function calculates the euclidean norm of x. |
| L2Norm(Single) | Given an n-vector x, this function calculates the euclidean norm of x. |
| L2Norm(Double, Int32, Int32) | Given an n-vector x, this function calculates the euclidean norm of x. |
| L2Norm(Int32, Int32, Int32) | Given an n-vector x, this function calculates the euclidean norm of x. |
| L2Norm(IReadOnlyListDouble, Int32, Int32) | Given an n-vector x, this function calculates the euclidean norm of x. |
| L2Norm(IReadOnlyListSingle, Int32, Int32) | Given an n-vector x, this function calculates the euclidean norm of x. |
| L2Norm(Single, Int32, Int32) | Given an n-vector x, this function calculates the euclidean norm of x. |