Function gsl_sys::cblas_strmm
source · [−]pub unsafe extern "C" fn cblas_strmm(
Order: CBLAS_ORDER,
Side: CBLAS_SIDE,
Uplo: CBLAS_UPLO,
TransA: CBLAS_TRANSPOSE,
Diag: CBLAS_DIAG,
M: c_int,
N: c_int,
alpha: f32,
A: *const f32,
lda: c_int,
B: *mut f32,
ldb: c_int
)