Commit 440ffe82 authored by Davis King's avatar Davis King

merged

parents e9da3733 eaf568f9
......@@ -550,7 +550,7 @@ namespace dlib
) const
{
obj = 0;
grad.set_size(m.size());
grad.set_size(m.size(), 1);
grad = 0;
matrix<double> u,v,w,f;
......
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