1pub mod matmul; 2pub mod matvec; 3 4/// Simple backend, mostly for demonstratration purposes 5#[derive(Default)] 6pub struct Naive;