Utility class to flatten multidimensional information into single dimentional offset information.
More...
#include <MP_utilities.hpp>
|
| RowMajor (int s1, int s2, int s3, int s4, int s5) |
|
int | f (int i1=0, int i2=0, int i3=0, int i4=0, int i5=0) const |
|
Utility class to flatten multidimensional information into single dimentional offset information.
Definition at line 69 of file MP_utilities.hpp.
◆ RowMajor()
flopc::RowMajor::RowMajor |
( |
int | s1, |
|
|
int | s2, |
|
|
int | s3, |
|
|
int | s4, |
|
|
int | s5 ) |
|
inlineprotected |
◆ size()
int flopc::RowMajor::size |
( |
| ) |
const |
|
inline |
◆ f()
int flopc::RowMajor::f |
( |
int | i1 = 0, |
|
|
int | i2 = 0, |
|
|
int | i3 = 0, |
|
|
int | i4 = 0, |
|
|
int | i5 = 0 ) const |
|
inlineprotected |
◆ size1
int flopc::RowMajor::size1 |
|
protected |
◆ size2
int flopc::RowMajor::size2 |
|
protected |
◆ size3
int flopc::RowMajor::size3 |
|
protected |
◆ size4
int flopc::RowMajor::size4 |
|
protected |
◆ size5
int flopc::RowMajor::size5 |
|
protected |
◆ size_
int flopc::RowMajor::size_ |
|
protected |
The documentation for this class was generated from the following file: