Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Slice
Method · 0.45
matrix.hpp
File · 0.45
element
Function · 0.45
rows_interchange
Function · 0.45
columns_interchange
Function · 0.45
rows_reflect
Function · 0.45
columns_reflect
Function · 0.45
diagonal_reflect
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected