Function gsl_sys::gsl_blas_dtrmm 
source · [−]pub unsafe extern "C" fn gsl_blas_dtrmm(
    Side: CBLAS_SIDE_t, 
    Uplo: CBLAS_UPLO_t, 
    TransA: CBLAS_TRANSPOSE_t, 
    Diag: CBLAS_DIAG_t, 
    alpha: f64, 
    A: *const gsl_matrix, 
    B: *mut gsl_matrix
) -> c_int