#include <basis/guards.h>#include <basis/istring.h>#include <basis/log_base.h>#include <data_struct/matrix.cpp>#include <data_struct/static_memory_gremlin.h>#include <loggers/console_logger.h>#include <opsystem/application_shell.h>Include dependency graph for t_matrix.cpp:

Go to the source code of this file.
Defines | |
| #define | STUFF_MATRIX(to_stuff, max_row, max_col) |
Variables | |
| const int | DIM_ROWS = 10 |
| const int | DIM_COLS = 10 |
| #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 27 of file t_matrix.cpp.
| const int DIM_COLS = 10 |
Definition at line 24 of file t_matrix.cpp.
| const int DIM_ROWS = 10 |
Definition at line 23 of file t_matrix.cpp.
1.5.1