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

Method nrows

tools/swig/test/Farray.cxx:56–59  ·  view source on GitHub ↗

Length accessors

Source from the content-addressed store, hash-verified

54
55// Length accessors
56int Farray::nrows() const
57{
58 return _nrows;
59}
60
61int Farray::ncols() const
62{

Callers 2

testNrowsMethod · 0.45
testNrowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected