Function gsl_sys::gsl_blas_ctrmm[][src]

pub unsafe extern "C" fn gsl_blas_ctrmm(
    Side: CBLAS_SIDE_t,
    Uplo: CBLAS_UPLO_t,
    TransA: CBLAS_TRANSPOSE_t,
    Diag: CBLAS_DIAG_t,
    alpha: gsl_complex_float,
    A: *const gsl_matrix_complex_float,
    B: *mut gsl_matrix_complex_float
) -> c_int