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

Whitespace / comments

parent 11a5d83c
No related branches found
No related tags found
No related merge requests found
...@@ -152,10 +152,10 @@ void minimise(Functional const J, typename Functional::SmallVector &x, ...@@ -152,10 +152,10 @@ void minimise(Functional const J, typename Functional::SmallVector &x,
*/ */
SmallVector tmp; SmallVector tmp;
J.A.mv(descDir, tmp); // Av J.A.mv(descDir, tmp); // Av
double const JRestA = tmp * descDir; // <Av,v> double const JRestA = tmp * descDir; // <Av,v>
tmp = J.b; tmp = J.b; // b
J.A.mmv(x, tmp); // b-Au J.A.mmv(x, tmp); // b-Au
double const JRestb = tmp * descDir; // <b-Au,v> double const JRestb = tmp * descDir; // <b-Au,v>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment