Expand description
Vector type interfaces.
Modules§
- width
- Types indicating widths of vectors.
Traits§
- Complex
- Complex valued vectors.
- Native
- Indicates the widest native vector.
- Ops
- A supertrait for vectors supporting typical arithmetic operations.
- Signed
- A supertrait for vectors that allow arithmetic operations over signed types.
- Vector
- The fundamental vector type.
Type Aliases§
- Native
Vector - Convenience type for the widest native vector.
- Native
Width - Convenience type for the widest native vector size.
- Vector
Of - Convenience type for the vector with a particular width.