Trait algebloat::un_funs::MatrixAtanOp[][src]

pub trait MatrixAtanOp where
    Self: Sized
{ fn atan(self) -> MatrixUnOp<Self, AtanOp>; }

Required methods

Implementors