Function tool::core::matrix::pows[][src]

pub fn pows<T>(list: &List<T>, power: i32) -> List<T> where
    T: RealField, 
Expand description

Compute the element-wise power of a List.