Skip to content
Snippets Groups Projects
Commit d358214e authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Use Arithmetic

parent 02b4cce1
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ void descentMinimisation(Functional const &J,
<< std::endl;
;
x.axpy(stepsize, v);
Arithmetic::addProduct(x, stepsize, v);
}
template <class Functional>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment