| 92 | |
| 93 | template <typename T> |
| 94 | typename std::vector<T>::const_iterator Matrix<T>::end() const |
| 95 | { |
| 96 | return data_.end(); |
| 97 | } |
| 98 | |
| 99 | template <typename T> typename std::vector<T>::iterator Matrix<T>::begin() |
| 100 | { |
no outgoing calls
no test coverage detected