Trait blas_array2::util::blas_traits::BLASBuilder_
source · pub trait BLASBuilder_<'c, F, D>where
D: Dimension,{
// Required method
fn driver(self) -> Result<impl BLASDriver<'c, F, D>, BLASError>;
}
Expand description
Trait for BLAS builder prototypes
Required Methods§
fn driver(self) -> Result<impl BLASDriver<'c, F, D>, BLASError>
Object Safety§
This trait is not object safe.