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

Method Array2

tools/swig/test/Array2.cxx:5–7  ·  view source on GitHub ↗

Default constructor

Source from the content-addressed store, hash-verified

3
4// Default constructor
5Array2::Array2() :
6 _ownData(false), _nrows(0), _ncols(), _buffer(0), _rows(0)
7{ }
8
9// Size/array constructor
10Array2::Array2(int nrows, int ncols, long* data) :

Callers 4

setUpMethod · 0.80
testConstructor0Method · 0.80
testConstructor2Method · 0.80
testConstructor3Method · 0.80

Calls 1

resizeFunction · 0.50

Tested by

no test coverage detected