MCPcopy Create free account
hub / github.com/Gecode/gecode / width

Method width

gecode/minimodel/matrix.hpp:142–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141 template<class A>
142 forceinline int
143 Matrix<A>::width(void) const { return _w; }
144 template<class A>
145 forceinline int
146 Matrix<A>::height(void) const { return _h; }

Callers 8

SliceMethod · 0.45
matrix.hppFile · 0.45
elementFunction · 0.45
rows_interchangeFunction · 0.45
columns_interchangeFunction · 0.45
rows_reflectFunction · 0.45
columns_reflectFunction · 0.45
diagonal_reflectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected