[Shootout-list] LOC

Bengt Kleberg bengt.kleberg@ericsson.com
Sun, 01 May 2005 12:07:02 +0200


Ben Hinkle wrote:
...deleted
> Looking at the C++ version of the same benchmark there's the function:
> 
> void eval_AtA_times_u(const vector<double> &u, vector<double> &AtAu)
> { vector<double> v(u.size()); eval_A_times_u(u, v); eval_At_times_u(v, AtAu); }

this is not a big problem. the faq expressivly allows reformatting of 
very unusual <language> coding style.

''Report content mistakes, inconsistencies, bad installs etc - add a new 
item to Bugs.''


bengt