1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 12:47:05 +01:00
Files
Grid/_pages/docs/API/vectorisation.md
2018-03-15 17:01:59 +00:00

559 B

title, author_profile, excerpt, header, permalink, sidebar
title author_profile excerpt header permalink sidebar
API Documentation false Vectorisation
overlay_color
#5DADE2
/docs/API/vectorisation.html
nav
docs

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.