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

Method GetNumRows

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

Source from the content-addressed store, hash-verified

64 int num_rows;
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)

Callers 5

tMatrixClass · 0.45
PredictWProcessMethod · 0.45
PredictNuProcessMethod · 0.45
AnalyzeEntropyPairsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected