mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
Adding pdf generation capabilities
This commit is contained in:
25
_pages/docs/API/vectorisation.md
Normal file
25
_pages/docs/API/vectorisation.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
title : "API Documentation"
|
||||
author_profile: false
|
||||
excerpt: "Vectorisation"
|
||||
header:
|
||||
overlay_color: "#5DADE2"
|
||||
permalink: /docs/API/vectorisation.html
|
||||
sidebar:
|
||||
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.
|
Reference in New Issue
Block a user