Function complex_magnitude
Source pub fn complex_magnitude<D>(
_complexarray: &Array<Complex64, D>,
) -> Array<f64, D>
Expand description
Calculate the magnitude of a complex array (absolute values)
§Arguments
complex_array
- The complex-valued array
§Returns
A real array with the magnitude (absolute value) of each element