hypotInPlace

open fun hypotInPlace(other: F64Array)

Computes the hypothenuse of each element in the array with another array in place.

Parameters

other

the other array, must have the same shape as this array

See also