| Name | Description |
---|
| LInfinityNorm(Double) |
Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|
| LInfinityNorm(Int32) |
Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|
| LInfinityNorm(IReadOnlyListDouble) |
Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|
| LInfinityNorm(IReadOnlyListSingle) |
Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|
| LInfinityNorm(Single) |
Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|
| LInfinityNorm(Double, Double) |
Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|
| LInfinityNorm(Int32, Int32) |
Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|
| LInfinityNorm(IReadOnlyListDouble, IReadOnlyListDouble) |
Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|
| LInfinityNorm(IReadOnlyListSingle, IReadOnlyListSingle) |
Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|
| LInfinityNorm(Single, Single) |
Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one
of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
|