pub trait IBlas<F> { }
Expand description

Provides the functionality for a backend to support Basic Linear Algebra Subprogram operations.

Implementations on Foreign Types§

source§

impl IBlas<f32> for Backend<Native>

source§

impl IBlas<f64> for Backend<Native>

Implementors§

source§

impl<F, B: IBlasBinary<F> + IBinary> IBlas<F> for dyn BlasBinaryProvider<F, B>