mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
559 B
559 B
title, author_profile, excerpt, header, permalink, sidebar
title | author_profile | excerpt | header | permalink | sidebar | ||||
---|---|---|---|---|---|---|---|---|---|
API Documentation | false | Vectorisation |
|
/docs/API/vectorisation.html |
|
Internally, Grid defines a portable abstraction SIMD vectorisation, via the following types:
-
vRealF
-
vRealD
-
vComplexF
-
vComplexD
These have the usual range of arithmetic operators and functions acting upon them. They do not form part of the API, but are mentioned to (partially) explain the need for controlling the layout transformation in lattice objects.