|
MASA-Core
|
Go to the source code of this file.
Defines | |
| #define | INITIAL_LENGTH (1048*1048) |
| Initial row size in number of elements. | |
| #define | LENGTH_MULTIPLIER (1.5) |
| Multiplier of the length whenever the row is full. | |
| #define INITIAL_LENGTH (1048*1048) |
Initial row size in number of elements.
Definition at line 27 of file SpecialRowRAM.cpp.
| #define LENGTH_MULTIPLIER (1.5) |
Multiplier of the length whenever the row is full.
Definition at line 30 of file SpecialRowRAM.cpp.
1.7.6.1