Trait peroxide::traits::math::MatrixProduct[][src]

pub trait MatrixProduct {
    fn kronecker(&self, other: &Self) -> Matrix;
fn hadamard(&self, other: &Self) -> Matrix; }

Matrix Products

Required methods

fn kronecker(&self, other: &Self) -> Matrix[src]

fn hadamard(&self, other: &Self) -> Matrix[src]

Loading content...

Implementors

impl MatrixProduct for Matrix[src]

Loading content...