pub unsafe fn hx2x2(
k: usize,
dst: *mut f64,
lhs: *const f64,
rhs: *const f64,
dst_cs: isize,
dst_rs: isize,
lhs_rs: isize,
rhs_cs: isize,
alpha: f64,
beta: f64,
alpha_status: u8,
_conj_dst: bool,
_conj_lhs: bool,
_conj_rhs: bool
)
Available with target feature
fma
only.