Function gsl_sys::gsl_blas_zdotc[][src]

pub unsafe extern "C" fn gsl_blas_zdotc(
    X: *const gsl_vector_complex,
    Y: *const gsl_vector_complex,
    dotc: *mut gsl_complex
) -> c_int