Function rgsl::cblas::level3::dtrmm

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