fn complex_mul(
ar: Tensor<3>,
ai: Tensor<3>,
br: Tensor<3>,
bi: Tensor<3>,
) -> (Tensor<3>, Tensor<3>)Expand description
Component-wise complex product (ar + i·ai)(br + i·bi).
fn complex_mul(
ar: Tensor<3>,
ai: Tensor<3>,
br: Tensor<3>,
bi: Tensor<3>,
) -> (Tensor<3>, Tensor<3>)Component-wise complex product (ar + i·ai)(br + i·bi).