Trait algebloat::un_funs::MatrixSqrtOp[−][src]

pub trait MatrixSqrtOp where
    Self: Sized, 
{ fn sqrt(self) -> MatrixUnOp<Self, SqrtOp>; }

Required methods

Implementors