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

Method get_array

gecode/minimodel/matrix.hpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {
150 return ArgsType(_a);
151 }
152
153 template<class A>
154 forceinline typename Matrix<A>::ValueType&

Callers 2

elementFunction · 0.80
sumFunction · 0.80

Calls 1

ArgsTypeFunction · 0.85

Tested by

no test coverage detected