pub fn cscal(alpha: &ComplexF32, x: &mut VectorComplexF32)Expand description
This function rescales the vector x by the multiplicative factor alpha.
pub fn cscal(alpha: &ComplexF32, x: &mut VectorComplexF32)This function rescales the vector x by the multiplicative factor alpha.