MCPcopy Create free account
hub / github.com/numpy/numpy / Farray

Method Farray

tools/swig/test/Farray.cxx:5–9  ·  view source on GitHub ↗

Size constructor

Source from the content-addressed store, hash-verified

3
4// Size constructor
5Farray::Farray(int nrows, int ncols) :
6 _nrows(nrows), _ncols(ncols), _buffer(0)
7{
8 allocateMemory();
9}
10
11// Copy constructor
12Farray::Farray(const Farray & source) :

Callers 2

setUpMethod · 0.80
testConstructor2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected