Skip to main content

complex_div

Function complex_div 

Source
fn complex_div(
    nr: Tensor<3>,
    ni: Tensor<3>,
    dr: Tensor<3>,
    di: Tensor<3>,
) -> (Tensor<3>, Tensor<3>)
Expand description

Component-wise complex quotient; |den|² floored by div_eps.