"git@developer.sourcefind.cn:OpenDAS/torch-sparce.git" did not exist on "3f14b88db5b98552b9dc637a86ea3998cb4b4c16"
Commit d4072818 authored by Davis King's avatar Davis King
Browse files

cleanup spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402880
parent 543da809
......@@ -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
......
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