MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isColumn

Method isColumn

src/backend/common/ArrayInfo.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool ArrayInfo::isColumn() const {
118 return (dims()[0] > 1 && dims()[1] == 1 && dims()[2] == 1 &&
119 dims()[3] == 1);
120}
121
122bool ArrayInfo::isVector() const {
123 int singular_dims = 0;

Callers 2

af_lookupFunction · 0.80
af_medfilt2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected