Function gsl_sys::gsl_blas_cgemm[][src]

pub unsafe extern "C" fn gsl_blas_cgemm(
    TransA: CBLAS_TRANSPOSE_t,
    TransB: CBLAS_TRANSPOSE_t,
    alpha: gsl_complex_float,
    A: *const gsl_matrix_complex_float,
    B: *const gsl_matrix_complex_float,
    beta: gsl_complex_float,
    C: *mut gsl_matrix_complex_float
) -> c_int