[][src]Module numeric_array::simd

Context-sensitive SIMD operations

These aren't exactly numeric-specific, but they can make use of SIMD instructions.

Traits

Permute

Rearranges one numeric array into another using the supplied indices

Select

Selects elements from one array or another using self as a mask.