Function gsl_sys::gsl_vector_complex_float_axpby
source · [−]pub unsafe extern "C" fn gsl_vector_complex_float_axpby(
alpha: gsl_complex_float,
x: *const gsl_vector_complex_float,
beta: gsl_complex_float,
y: *mut gsl_vector_complex_float
) -> c_int