aboutsummaryrefslogtreecommitdiffstats
path: root/methods/bfgs/bfgs.hpp
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-05-25 16:57:18 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-05-25 16:57:18 +0000
commiteeef89dc9f3111cbe38160fdb41de6dadc9dac7f (patch)
tree558e0d8c1e6d03cdc5a7c319759b31e0f32d4602 /methods/bfgs/bfgs.hpp
parent8efa863229940b3a13c590ed30d2e096c3b2851b (diff)
downloadopt-utilities-eeef89dc9f3111cbe38160fdb41de6dadc9dac7f.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@202 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods/bfgs/bfgs.hpp')
-rw-r--r--methods/bfgs/bfgs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/bfgs/bfgs.hpp b/methods/bfgs/bfgs.hpp
index 0ed665c..8162d7b 100644
--- a/methods/bfgs/bfgs.hpp
+++ b/methods/bfgs/bfgs.hpp
@@ -120,6 +120,7 @@ namespace opt_utilities
pT do_get_start_point()const
{
+ return start_point;
}
void do_set_precision(rT t)