//! Slice-based safe wrappers for selected real BLAS Level 3 routines.
//!//! Matrix multiplication lives in precision-specific modules so a call does
//! not pull the rest of Level 3 merely through a broad generated wrapper.
moddgemm;#[allow(dead_code)]modlegacy;modsgemm;pubusedgemm::{dgemm, dgemm_contiguous};pubuselegacy::{dsyrk, dtrmm, dtrsm, ssyrk, strmm, strsm};pubusesgemm::{sgemm, sgemm_contiguous};