Structs§

  • Field linear transformation. Stores transposed transformation matrix as a collection of field elements. Data is a generic parameter because we want to be able both to have const instances that reference static arrays and owning vector elements.

Traits§

  • This crates represents a type that creates a packed transformation from Self to a packed field based on the scalar field transformation.
  • Generic transformation trait that is used both for scalars and packed fields