Commit d4072818 authored by Davis King's avatar Davis King

cleanup spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402880
parent 543da809
...@@ -640,11 +640,8 @@ namespace dlib ...@@ -640,11 +640,8 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
template <
typename EXP
>
long index_of_max ( long index_of_max (
const matrix_exp<EXP>& m const matrix_exp& m
); );
/*! /*!
requires requires
...@@ -657,11 +654,8 @@ namespace dlib ...@@ -657,11 +654,8 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
template <
typename EXP
>
long index_of_min ( long index_of_min (
const matrix_exp<EXP>& m const matrix_exp& m
); );
/*! /*!
requires requires
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment