Simd_Array_template#

#include <Simd_Array_template.h>
Brief description

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\_Array\_template <class-template-simd-array-template>`
[Simd\_Array\_template](#class-template-simd-array-template)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

operator[]#

Definition
_TYPE_ & Simd_Array_template<_TYPE_, N>::operator[](int i)
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:`_TYPE_ & Simd_Array_template<_TYPE_, N>::operator[](int i) <simd-array-template-public-type-ref-simd-array-template-type-n-operator[]-int-i>`
[_TYPE_ & Simd_Array_template<_TYPE_, N>::operator[](int i)](#simd-array-template-public-type-ref-simd-array-template-type-n-operator[]-int-i)

operator[]#

Definition
const _TYPE_ & Simd_Array_template<_TYPE_, N>::operator[](int i) const
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:`const _TYPE_ & Simd_Array_template<_TYPE_, N>::operator[](int i) const <simd-array-template-public-const-type-ref-simd-array-template-type-n-operator[]-int-i-const>`
[const _TYPE_ & Simd_Array_template<_TYPE_, N>::operator[](int i) const](#simd-array-template-public-const-type-ref-simd-array-template-type-n-operator[]-int-i-const)

SimdGet#

Definition
Simd_template<_TYPE_> Simd_Array_template<_TYPE_, N>::SimdGet(int vector_index) const
Brief description
Detailed description
References
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:`Simd_template<_TYPE_> Simd_Array_template<_TYPE_, N>::SimdGet(int vector_index) const <simd-array-template-public-simd-template-type-simd-array-template-type-n-simdget-int-vector-index-const>`
[Simd_template<_TYPE_> Simd_Array_template<_TYPE_, N>::SimdGet(int vector_index) const](#simd-array-template-public-simd-template-type-simd-array-template-type-n-simdget-int-vector-index-const)

SimdPut#

Definition
void Simd_Array_template<_TYPE_, N>::SimdPut(int vector_index, const Simd_template< _TYPE_ > &x)
Brief description
Detailed description
References
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:`void Simd_Array_template<_TYPE_, N>::SimdPut(int vector_index, const Simd_template< _TYPE_ > &x) <simd-array-template-public-void-simd-array-template-type-n-simdput-int-vector-index-const-simd-template-type-ref-x>`
[void Simd_Array_template<_TYPE_, N>::SimdPut(int vector_index, const Simd_template< _TYPE_ > &x)](#simd-array-template-public-void-simd-array-template-type-n-simdput-int-vector-index-const-simd-template-type-ref-x)

Attributes Documentation#

data_ (protected)
_TYPE_ Simd_Array_template<_TYPE_, N>::data_[N]