| 86 | |
| 87 | template <typename T> |
| 88 | typename std::vector<T>::const_iterator Matrix<T>::begin() const |
| 89 | { |
| 90 | return data_.begin(); |
| 91 | } |
| 92 | |
| 93 | template <typename T> |
| 94 | typename std::vector<T>::const_iterator Matrix<T>::end() const |
no outgoing calls
no test coverage detected