Trait algebloat::bin_funs::VectorHypotOp[−][src]

pub trait VectorHypotOp<RHS> where
    Self: Sized, 
{ fn hypot(self, rhs: RHS) -> MatrixBinOp<Self, RHS, HypotOp>; }

Required methods

Implementors