Skip to content

Commit

Permalink
document optimize.py exports
Browse files Browse the repository at this point in the history
  • Loading branch information
deleted committed Aug 16, 2012
1 parent e57c1d8 commit d14d0a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions geocamTiePoint/static/geocamTiePoint/js/optimize.js
Expand Up @@ -6,6 +6,11 @@

if (! window.geocamTiepoint ) { window.geocamTiepoint = {}; }

/*
optimize.js exports the following to the geocamTiepoint namespace:
geocamTiepoint.minimize(fun, x0) -- Find the local minimum of a function near x0.
*/

(function ()
{

Expand Down

0 comments on commit d14d0a9

Please sign in to comment.