... | ... | @@ -26,4 +26,4 @@ The definition of a linearisation is required only for structure with random acc |
|
|
id = LinId(key)
|
|
|
```
|
|
|
|
|
|
Where for example the key in case of the grid is a set of indexes ( aka **grid_key_dx** ) and it encapsulate a static array "mem_id[k]" (aka **long int[k]**) |
|
|
\ No newline at end of file |
|
|
Where for example the key in case of the grid is a set of indexes ( aka **grid_key_dx** ) and it encapsulate a static array with k indexes "mem_id[k]" (aka **long int[k]**) |
|
|
\ No newline at end of file |