- coordinateAccessString
string coordinateAccessString(size_t N)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCoord
CoordType[N] getCoord(CoordType[N] size, size_t index)
get coordinate in N-dim space by N-dim size and line index
- getIndex
size_t getIndex(CoordType[N] size, CoordType[N] crd)
get index of element in 1-dim array by N-dim coordinate
- getOrigIndexByLayerCoord
size_t getOrigIndexByLayerCoord(CoordType[N] size, size_t K, size_t lindex, size_t lno)
get line index in origin array by layer line index and layer number
- isAllCompPositive
bool isAllCompPositive(V v)
- pasteStat
T[N + 1] pasteStat(T[N] arr, size_t K, T val)
paste value to static array
- removeStat
T[N - 1] removeStat(T[N] arr, size_t K)
remove value from static array
- sizeAccessString
string sizeAccessString(size_t N)
Undocumented in source. Be warned that the author may not have intended to support it.
- volumeAccessString
string volumeAccessString(size_t N)
Undocumented in source. Be warned that the author may not have intended to support it.