Trait algebloat::un_funs::MatrixCosOp[][src]

pub trait MatrixCosOp where
    Self: Sized
{ fn cos(self) -> MatrixUnOp<Self, CosOp>; }

Required methods

Implementors