Trait zenu_matrix::operation::basic_operations::MatrixMul
source · pub trait MatrixMul<L, R> {
// Required method
fn mul(&mut self, lhs: L, rhs: R);
}
pub trait MatrixMul<L, R> {
// Required method
fn mul(&mut self, lhs: L, rhs: R);
}