feisty meow concerns codebase  2.140
test_matrix.cpp File Reference
Include dependency graph for test_matrix.cpp:

Go to the source code of this file.

Macros

#define STUFF_MATRIX(to_stuff, max_row, max_col)
 

Variables

const int DIM_ROWS = 10
 
const int DIM_COLS = 10
 

Macro Definition Documentation

◆ STUFF_MATRIX

#define STUFF_MATRIX (   to_stuff,
  max_row,
  max_col 
)
Value:
to_stuff.reset(max_row, max_col); \
for (int r = 0; r < max_row; r++) \
for (int c = 0; c < max_col; c++) \
to_stuff.put(r, c, test_pure.get(r, c))

Definition at line 38 of file test_matrix.cpp.

Variable Documentation

◆ DIM_COLS

const int DIM_COLS = 10

Definition at line 35 of file test_matrix.cpp.

◆ DIM_ROWS

const int DIM_ROWS = 10

Definition at line 34 of file test_matrix.cpp.