Simd_MatrixArray_template#
#include <Simd_MatrixArray_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\_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()#
_TYPE_ & Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::operator()(int matrix_index, int line, int col)
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:`_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()#
const _TYPE_ & Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::operator()(int matrix_index, int line, int col) const
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:`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#
Simd_template<_TYPE_> Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::SimdGet(int matrix_index, int line, int col) 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:`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#
void Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::SimdPut(int matrix_index, int line, int col, const Simd_template< _TYPE_ > &x)
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_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#
_TYPE_ Simd_MatrixArray_template<_TYPE_, N, Nlines, Ncolumns>::data_[Nlines][Ncolumns][N]