Skip to content
Snippets Groups Projects
Select Git revision
  • 1e3cfb710678b319d79b31ec85b832e0542fa69d
  • master default protected
2 results

fast-array.h

  • Radek Hušek's avatar
    1e3cfb71
    Change Mapping into a wrapper class · 1e3cfb71
    Radek Hušek authored and Radek Hušek's avatar Radek Hušek committed
    We split definition of Mapping into separate file.
    We also change Mapping from std::vector<*> into
    class wrapping std::vector<*>. This is prerequisite
    for future specialized fast implementation of Mapping
    for Z4 and Z2_2.
    1e3cfb71
    History
    Change Mapping into a wrapper class
    Radek Hušek authored and Radek Hušek's avatar Radek Hušek committed
    We split definition of Mapping into separate file.
    We also change Mapping from std::vector<*> into
    class wrapping std::vector<*>. This is prerequisite
    for future specialized fast implementation of Mapping
    for Z4 and Z2_2.