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

Method height

gecode/minimodel/matrix.hpp:145–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 Matrix<A>::width(void) const { return _w; }
144 template<class A>
145 forceinline int
146 Matrix<A>::height(void) const { return _h; }
147 template<class A>
148 inline typename Matrix<A>::ArgsType const
149 Matrix<A>::get_array(void) const {

Callers 15

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
isClippedMethod · 0.45
TreeCanvasMethod · 0.45
layoutDoneMethod · 0.45
updateCanvasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected