Trait peroxide::traits::math::MatrixProduct
source · pub trait MatrixProduct {
// Required methods
fn kronecker(&self, other: &Self) -> Self;
fn hadamard(&self, other: &Self) -> Self;
}
Expand description
Matrix Products
Required Methods§
Object Safety§
This trait is not object safe.