Simd_template#

#include <Simd_template.h>
Brief description

This class provides a generic access to simd operations on x86, x86 AMD and ARM architectures.

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Simd\_template <class-template-simd-template>`
[Simd\_template](#class-template-simd-template)

Detailed description#

Functionalities provided by the class are :

List of Public Methods#

List of Public Static Methods#

Complete Member Function Documentation#

operator* =#

Definition
void Simd_template<_TYPE_>::operator*=(Simd_template a)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Simd_template<_TYPE_>::operator*=(Simd_template a) <simd-template-public-void-simd-template-type-operator-ptr-equal-simd-template-a>`
[void Simd_template<_TYPE_>::operator*=(Simd_template a)](#simd-template-public-void-simd-template-type-operator-ptr-equal-simd-template-a)

operator + =#

Definition
void Simd_template<_TYPE_>::operator+=(Simd_template a)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Simd_template<_TYPE_>::operator+=(Simd_template a) <simd-template-public-void-simd-template-type-operator+-equal-simd-template-a>`
[void Simd_template<_TYPE_>::operator+=(Simd_template a)](#simd-template-public-void-simd-template-type-operator+-equal-simd-template-a)

operator - =#

Definition
void Simd_template<_TYPE_>::operator-=(Simd_template a)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Simd_template<_TYPE_>::operator-=(Simd_template a) <simd-template-public-void-simd-template-type-operator-equal-simd-template-a>`
[void Simd_template<_TYPE_>::operator-=(Simd_template a)](#simd-template-public-void-simd-template-type-operator-equal-simd-template-a)

Simd_template#

Definition
Simd_template<_TYPE_>::Simd_template()
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Simd_template<_TYPE_>::Simd_template() <simd-template-public-simd-template-type-simd-template>`
[Simd_template<_TYPE_>::Simd_template()](#simd-template-public-simd-template-type-simd-template)

Simd_template#

Definition
Simd_template<_TYPE_>::Simd_template(_TYPE_ x)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Simd_template<_TYPE_>::Simd_template(_TYPE_ x) <simd-template-public-simd-template-type-simd-template-type-x>`
[Simd_template<_TYPE_>::Simd_template(_TYPE_ x)](#simd-template-public-simd-template-type-simd-template-type-x)

size#

Definition
static int Simd_template<_TYPE_>::size()
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`static int Simd_template<_TYPE_>::size() <simd-template-public-static-static-int-simd-template-type-size>`
[static int Simd_template<_TYPE_>::size()](#simd-template-public-static-static-int-simd-template-type-size)

Attributes Documentation#

data_ (public)
_TYPE_ Simd_template<_TYPE_>::data_