| 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 { |
no outgoing calls
no test coverage detected