pub trait BLASBuilder<'c, F, D>where
D: Dimension,{
// Required method
fn run(self) -> Result<ArrayOut<'c, F, D>, BLASError>;
}
pub trait BLASBuilder<'c, F, D>where
D: Dimension,{
// Required method
fn run(self) -> Result<ArrayOut<'c, F, D>, BLASError>;
}