Module matrix::vector

source ·
Expand description

The vector module provides a generic Vector struct and related methods.

Structs§

  • A struct representing a mathematical vector that is generic over type K.