Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
public:
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
tMatrix
Class · 0.45
PredictWProcess
Method · 0.45
PredictNuProcess
Method · 0.45
CommandPairwiseEntropy
Method · 0.45
Calls
1
GetSize
Method · 0.45
Tested by
no test coverage detected