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

pub fn pows<T>(vector: &Matrix1xX<T>, power: i32) -> Matrix1xX<T> where
    T: RealField, 

Compute the element-wise power of a vector.