Trait algebloat::un_funs::MatrixAtanOp [−][src]
pub trait MatrixAtanOp where
Self: Sized, { fn atan(self) -> MatrixUnOp<Self, AtanOp>; }
Required methods
fn atan(self) -> MatrixUnOp<Self, AtanOp>[src]pub trait MatrixAtanOp where
Self: Sized, { fn atan(self) -> MatrixUnOp<Self, AtanOp>; }
fn atan(self) -> MatrixUnOp<Self, AtanOp>[src]