MCPcopy Create free account
hub / github.com/devosoft/avida / GetNumCols

Method GetNumCols

avida-core/source/tools/tMatrix.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65public:
66 int GetNumRows() const { return num_rows; }
67 int GetNumCols() const { return data[0].GetSize(); }
68
69 void ResizeClear(const int _rows, const int _cols)
70 {

Callers 4

tMatrixClass · 0.45
PredictWProcessMethod · 0.45
PredictNuProcessMethod · 0.45

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected