mirror of https://github.com/davisking/dlib.git
cleanup spec
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402880
This commit is contained in:
parent
543da8097c
commit
d4072818c3
|
@ -640,11 +640,8 @@ namespace dlib
|
|||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
template <
|
||||
typename EXP
|
||||
>
|
||||
long index_of_max (
|
||||
const matrix_exp<EXP>& m
|
||||
const matrix_exp& m
|
||||
);
|
||||
/*!
|
||||
requires
|
||||
|
@ -657,11 +654,8 @@ namespace dlib
|
|||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
template <
|
||||
typename EXP
|
||||
>
|
||||
long index_of_min (
|
||||
const matrix_exp<EXP>& m
|
||||
const matrix_exp& m
|
||||
);
|
||||
/*!
|
||||
requires
|
||||
|
|
Loading…
Reference in New Issue