|
TrioCFD 1.9.8
TrioCFD documentation
|
#include <Simd_MatrixArray_template.h>
Public Member Functions | |
| _TYPE_ & | operator() (int matrix_index, int line, int col) |
| const _TYPE_ & | operator() (int matrix_index, int line, int col) const |
| Simd_template< _TYPE_ > | SimdGet (int matrix_index, int line, int col) const |
| void | SimdPut (int matrix_index, int line, int col, const Simd_template< _TYPE_ > &x) |
Protected Attributes | |
| _TYPE_ | data_ [Nlines][Ncolumns][N] |
Definition at line 29 of file Simd_MatrixArray_template.h.
|
inline |
Definition at line 32 of file Simd_MatrixArray_template.h.
|
inline |
Definition at line 38 of file Simd_MatrixArray_template.h.
|
inline |
Definition at line 44 of file Simd_MatrixArray_template.h.
|
inline |
Definition at line 50 of file Simd_MatrixArray_template.h.
|
protected |
Definition at line 57 of file Simd_MatrixArray_template.h.