Trait algebloat::bin_funs::VectorPowOp [−][src]
pub trait VectorPowOp<RHS> where
Self: Sized, { fn powf(self, rhs: RHS) -> MatrixBinOp<Self, RHS, PowOp>; }
Required methods
fn powf(self, rhs: RHS) -> MatrixBinOp<Self, RHS, PowOp>
[src]