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

bisection-example-new -> test-gradient-method

parent f983033e
No related branches found
No related tags found
No related merge requests found
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
SUBDIRS = SUBDIRS =
noinst_PROGRAMS = \ noinst_PROGRAMS = \
bisection-example-new test-gradient-method
bisection_example_new_SOURCES = \ test_gradient_method_SOURCES = \
bisection-example-new.cc \ test-gradient-method.cc \
mynonlinearity.cc \ mynonlinearity.cc \
properscalarincreasingconvexfunction.hh \ properscalarincreasingconvexfunction.hh \
samplefunctional.hh samplefunctional.hh
check-am: check-am:
./bisection-example-new ./test-gradient-method
AM_CXXFLAGS = -Wall -Wextra AM_CXXFLAGS = -Wall -Wextra
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment