vault backup: 2023-10-04 11:33:31

This commit is contained in:
Alice 2023-10-04 11:33:31 +01:00
parent 56b6dd8a55
commit e041f2a297

View file

@ -10,4 +10,12 @@ Não vai ser vetorizável.
#### b)
i - j - k TO
result of change cycles to i, k , j :
A -> consecutive elements in a row -> consecutive access in the vector
C -> consecutive elements in a row -> consecutive access in the vector
B -> consecutive elements in a row -> consecutive access in the vector
i k j
0 0 1
Vai ser vetorizável.