Trait peroxide::traits::math::ParallelMatrixProduct

source ·
pub trait ParallelMatrixProduct {
    // Required method
    fn par_hadamard(&self, other: &Self) -> Self;
}
Expand description

Matrix Products in Parallel

Required Methods§

source

fn par_hadamard(&self, other: &Self) -> Self

Object Safety§

This trait is not object safe.

Implementors§