Commit e996a133 authored by Davis King's avatar Davis King

Fixed typo in spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402275
......@@ -182,7 +182,7 @@ namespace dlib
typename funct,
typename T
>
void find_min_quasi_newton (
void find_min_quasi_newton2 (
const funct& f,
T& x,
double min_f,
......@@ -216,7 +216,7 @@ namespace dlib
typename funct_der,
typename T
>
void find_min_conjugate_gradient2 (
void find_min_conjugate_gradient (
const funct& f,
const funct_der& der,
T& x,
......
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