| 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& |