Trait coaster_blas::plugin::BlasBinaryProvider
source · pub trait BlasBinaryProvider<F, B: IBlasBinary<F> + IBinary> {
// Required method
fn binary(&self) -> &B;
}
Expand description
Allows a BlasBinary to be provided which is used for a IBlas implementation.