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

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

Matrix Products

Required methods

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

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

Loading content...

Implementors

impl MatrixProduct for Matrix[src]

Loading content...