|
Schnek
|


Public Types | |
| typedef Array< int, rank > | IndexType |
Public Member Functions | |
| void | resize (const IndexType &low_, const IndexType &high_) |
Protected Attributes | |
| T * | data |
| T * | data_fast |
| int | size |
| IndexType | low |
| IndexType | high |
| IndexType | dims |
| void schnek::SingleArrayInstantAllocation< T, rank >::resize | ( | const IndexType & | low_, |
| const IndexType & | high_ | ||
| ) |
resizes to grid with lower indices low[0],...,low[rank-1] and upper indices high[0],...,high[rank-1]