rgolubtsov / nonlinear-optimization-algorithms-multilang

Nonlinear programming algorithms as the (un-)constrained minimization problems with the focus on their numerical expression using various programming languages.
The Unlicense
3 stars 6 forks source link

NLPUC: Hooke-Jeeves-cc: Refactoring: #26

Closed rgolubtsov closed 9 years ago

rgolubtsov commented 9 years ago
  1. Adding std:: namespace prefix to the standard C-style output library calls.
  2. Adding std:: namespace prefix to the standard numerics library calls.
  3. Replacing standard C-style output library calls with their counterparts from the stream-based I/O class library.
rgolubtsov commented 9 years ago

:+1: She looks good!