Distributed Matrix<T>.Hypot Core Method
Computes the square root of the sum of the squared corresponding elements
of this matrix and another matrix.
Definition
Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A matrix whose elements are equal to the square root of the sum of the squares of the corresponding elements of this matrix and other.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected override Matrix<T> HypotCore(
Matrix<T> other,
Matrix<T> result
)
Parameters
- other Matrix<T>
- The second matrix.
- result Matrix<T>
- The matrix that is to hold the result. May be null.
Return Value
Matrix<T>A matrix whose elements are equal to the square root of the sum of the squares of the corresponding elements of this matrix and other.