Trait afarray::ArrayInstancePow[][src]

pub trait ArrayInstancePow: ArrayInstance {
    type Pow: HasAfEnum;
    fn pow(&self, other: &Self) -> ArrayExt<Self::Pow>;
}
Expand description

Defines an exponentiation method pow.

Associated Types

Required methods

Calculate the element-wise exponentiation.

Implementors