diff options
author | Jasper | 2025-09-05 14:18:04 +0200 |
---|---|---|
committer | Jasper | 2025-09-05 14:18:04 +0200 |
commit | fc668c18d7b4caf9cad5e7ed39c1dbdcfc683cb6 (patch) | |
tree | e09c4689b13acdffa9c9689288145ca2d78dfb38 /.gitignore | |
parent | 4d3a7eb1bf238b5f7abeca8efd09e35254bba1a0 (diff) |
Added macros to iterate over matrix
This avoids having to write double for-loops again and again.
- 'matrix_loop' just replaces the loops and gives access to the indices i
and j
- 'matrix_foreach' initializes a double pointer to the current element
- 'matrix_foreach_idx' is combination of the two above
All for-loops that simply iterate over a matrix have been replaced.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions