Simd_VectorArray_template#

#include <Simd_VectorArray_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\_VectorArray\_template <class-template-simd-vectorarray-template>`
[Simd\_VectorArray\_template](#class-template-simd-vectorarray-template)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

operator()#

Definition
_TYPE_ & Simd_VectorArray_template<_TYPE_, N, VectorSize>::operator()(int vector_index, int component)
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_VectorArray_template<_TYPE_, N, VectorSize>::operator()(int vector_index, int component) <simd-vectorarray-template-public-type-ref-simd-vectorarray-template-type-n-vectorsize-operator-int-vector-index-int-component>`
[_TYPE_ & Simd_VectorArray_template<_TYPE_, N, VectorSize>::operator()(int vector_index, int component)](#simd-vectorarray-template-public-type-ref-simd-vectorarray-template-type-n-vectorsize-operator-int-vector-index-int-component)

operator()#

Definition
const _TYPE_ & Simd_VectorArray_template<_TYPE_, N, VectorSize>::operator()(int vector_index, int component) 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_VectorArray_template<_TYPE_, N, VectorSize>::operator()(int vector_index, int component) const <simd-vectorarray-template-public-const-type-ref-simd-vectorarray-template-type-n-vectorsize-operator-int-vector-index-int-component-const>`
[const _TYPE_ & Simd_VectorArray_template<_TYPE_, N, VectorSize>::operator()(int vector_index, int component) const](#simd-vectorarray-template-public-const-type-ref-simd-vectorarray-template-type-n-vectorsize-operator-int-vector-index-int-component-const)

SimdGet#

Definition
Simd_template<_TYPE_> Simd_VectorArray_template<_TYPE_, N, VectorSize>::SimdGet(int vector_index, int component) 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_VectorArray_template<_TYPE_, N, VectorSize>::SimdGet(int vector_index, int component) const <simd-vectorarray-template-public-simd-template-type-simd-vectorarray-template-type-n-vectorsize-simdget-int-vector-index-int-component-const>`
[Simd_template<_TYPE_> Simd_VectorArray_template<_TYPE_, N, VectorSize>::SimdGet(int vector_index, int component) const](#simd-vectorarray-template-public-simd-template-type-simd-vectorarray-template-type-n-vectorsize-simdget-int-vector-index-int-component-const)

SimdGetVector#

Definition
FixedVector<Simd_template<_TYPE_>, VectorSize> Simd_VectorArray_template<_TYPE_, N, VectorSize>::SimdGetVector(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:`FixedVector<Simd_template<_TYPE_>, VectorSize> Simd_VectorArray_template<_TYPE_, N, VectorSize>::SimdGetVector(int i) <simd-vectorarray-template-public-fixedvector-simd-template-type-vectorsize-simd-vectorarray-template-type-n-vectorsize-simdgetvector-int-i>`
[FixedVector<Simd_template<_TYPE_>, VectorSize> Simd_VectorArray_template<_TYPE_, N, VectorSize>::SimdGetVector(int i)](#simd-vectorarray-template-public-fixedvector-simd-template-type-vectorsize-simd-vectorarray-template-type-n-vectorsize-simdgetvector-int-i)

SimdPut#

Definition
void Simd_VectorArray_template<_TYPE_, N, VectorSize>::SimdPut(int vector_index, int component, 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_VectorArray_template<_TYPE_, N, VectorSize>::SimdPut(int vector_index, int component, const Simd_template< _TYPE_ > &x) <simd-vectorarray-template-public-void-simd-vectorarray-template-type-n-vectorsize-simdput-int-vector-index-int-component-const-simd-template-type-ref-x>`
[void Simd_VectorArray_template<_TYPE_, N, VectorSize>::SimdPut(int vector_index, int component, const Simd_template< _TYPE_ > &x)](#simd-vectorarray-template-public-void-simd-vectorarray-template-type-n-vectorsize-simdput-int-vector-index-int-component-const-simd-template-type-ref-x)

Attributes Documentation#

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