pub fn winding_voltage_coefficients(
incidence: &[f64],
reference: &[Complex64],
) -> Result<AffineScalarCoefficients>Expand description
Form real affine coefficients for the squared winding voltage |d v|^2.
ยงErrors
The incidence row and reference have different or zero length, contain a non-finite value, or a reference phasor is zero.