Changeset 326
- Timestamp:
- May 30, 2005, 9:26:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/gslapi/vector.h
r321 r326 172 172 /// 173 173 // Jari, doxygen group as Finding maximum and minimum elements 174 std::pair<double,double> vector::minmax(void) const;174 std::pair<double,double> minmax(void) const; 175 175 176 176 /// … … 180 180 /// 181 181 // Jari, doxygen group as Finding maximum and minimum elements 182 std::pair<size_t,size_t> vector::minmax_index(void) const;182 std::pair<size_t,size_t> minmax_index(void) const; 183 183 184 184 ///
Note: See TracChangeset
for help on using the changeset viewer.