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