Closed giordano closed 7 years ago
In most cases, we know in advance the size of the vectors or matrices created and they won't be changed afterwards. Therefore, it's a good idea to use StaticArrays for those arrays.
StaticArrays
In most cases, we know in advance the size of the vectors or matrices created and they won't be changed afterwards. Therefore, it's a good idea to use
StaticArrays
for those arrays.