Trait algebloat::bin_funs::VectorAtan2Op[][src]

pub trait VectorAtan2Op<RHS> where
    Self: Sized
{ fn atan2(self, rhs: RHS) -> MatrixBinOp<Self, RHS, Atan2Op>; }

Required methods

Implementors