Simd_Array_template#
#include <Simd_Array_template.h>
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[]#
_TYPE_ & Simd_Array_template<_TYPE_, N>::operator[](int i)
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[]#
const _TYPE_ & Simd_Array_template<_TYPE_, N>::operator[](int i) const
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#
Simd_template<_TYPE_> Simd_Array_template<_TYPE_, N>::SimdGet(int vector_index) const
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:`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#
void Simd_Array_template<_TYPE_, N>::SimdPut(int vector_index, const Simd_template< _TYPE_ > &x)
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:`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#
_TYPE_ Simd_Array_template<_TYPE_, N>::data_[N]