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