Simd_MatrixArray_template#

#include <Simd_MatrixArray_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\_MatrixArray\_template <class-template-simd-matrixarray-template>`
[Simd\_MatrixArray\_template](#class-template-simd-matrixarray-template)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

operator()#

Definition
_TYPE_ & Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::operator()(int matrix_index, int line, int col)
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_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::operator()(int matrix_index, int line, int col) <simd-matrixarray-template-public-type-ref-simd-matrixarray-template-type-n-nlines-ncolumns-operator-int-matrix-index-int-line-int-col>`
[_TYPE_ & Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::operator()(int matrix_index, int line, int col)](#simd-matrixarray-template-public-type-ref-simd-matrixarray-template-type-n-nlines-ncolumns-operator-int-matrix-index-int-line-int-col)

operator()#

Definition
const _TYPE_ & Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::operator()(int matrix_index, int line, int col) 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_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::operator()(int matrix_index, int line, int col) const <simd-matrixarray-template-public-const-type-ref-simd-matrixarray-template-type-n-nlines-ncolumns-operator-int-matrix-index-int-line-int-col-const>`
[const _TYPE_ & Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::operator()(int matrix_index, int line, int col) const](#simd-matrixarray-template-public-const-type-ref-simd-matrixarray-template-type-n-nlines-ncolumns-operator-int-matrix-index-int-line-int-col-const)

SimdGet#

Definition
Simd_template<_TYPE_> Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::SimdGet(int matrix_index, int line, int col) 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_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::SimdGet(int matrix_index, int line, int col) const <simd-matrixarray-template-public-simd-template-type-simd-matrixarray-template-type-n-nlines-ncolumns-simdget-int-matrix-index-int-line-int-col-const>`
[Simd_template<_TYPE_> Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::SimdGet(int matrix_index, int line, int col) const](#simd-matrixarray-template-public-simd-template-type-simd-matrixarray-template-type-n-nlines-ncolumns-simdget-int-matrix-index-int-line-int-col-const)

SimdPut#

Definition
void Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::SimdPut(int matrix_index, int line, int col, 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_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::SimdPut(int matrix_index, int line, int col, const Simd_template< _TYPE_ > &x) <simd-matrixarray-template-public-void-simd-matrixarray-template-type-n-nlines-ncolumns-simdput-int-matrix-index-int-line-int-col-const-simd-template-type-ref-x>`
[void Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::SimdPut(int matrix_index, int line, int col, const Simd_template< _TYPE_ > &x)](#simd-matrixarray-template-public-void-simd-matrixarray-template-type-n-nlines-ncolumns-simdput-int-matrix-index-int-line-int-col-const-simd-template-type-ref-x)

Attributes Documentation#

data_ (protected)
_TYPE_ Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::data_[Nlines][Ncolumns][N]