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

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

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

Loading content...

Implementors

impl MatrixProduct for Matrix[src]

Loading content...