t_matrix.cpp File Reference

#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 Documentation

#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.


Variable Documentation

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.


Generated on Wed Aug 27 04:34:12 2008 for HOOPLE Libraries by  doxygen 1.5.1