Function rgsl::cblas::level3::strsm

source ·
pub fn strsm(
    order: Order,
    side: Side,
    uplo: Uplo,
    transA: Transpose,
    diag: Diag,
    M: i32,
    N: i32,
    alpha: f32,
    A: &[f32],
    lda: i32,
    B: &mut [f32],
    ldb: i32
)