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

Fix up after 580dac202759a2e7af9ee6906c17bc44be24e94e

parent d6a44d9b
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ Evaluate x -> 1/2<Ax,x> - <b,x> + H(|x|) at each point y that is a column vector ...@@ -27,8 +27,8 @@ Evaluate x -> 1/2<Ax,x> - <b,x> + H(|x|) at each point y that is a column vector
Functional::SmallVector b; Functional::SmallVector b;
Dune::octaveToDune<dim>(args(1).vector_value(), b); Dune::octaveToDune<dim>(args(1).vector_value(), b);
Dune::SteepFunctionNonsmooth f_steep; Dune::SampleFunction<100> f_steep;
Dune::SampleFunction f_sample; Dune::SampleFunction<2> f_sample;
charNDArray bar = args(2).char_array_value(); charNDArray bar = args(2).char_array_value();
Dune::NiceFunction *foo; Dune::NiceFunction *foo;
......
...@@ -27,8 +27,8 @@ Make a minimisation step of x -> 1/2<Ax,x> - <b,x> + H(|x|) using DUNE starting ...@@ -27,8 +27,8 @@ Make a minimisation step of x -> 1/2<Ax,x> - <b,x> + H(|x|) using DUNE starting
Functional::SmallVector b; Functional::SmallVector b;
Dune::octaveToDune<dim>(args(1).vector_value(), b); Dune::octaveToDune<dim>(args(1).vector_value(), b);
Dune::SteepFunctionNonsmooth f_steep; Dune::SampleFunction<100> f_steep;
Dune::SampleFunction f_sample; Dune::SampleFunction<2> f_sample;
charNDArray bar = args(2).char_array_value(); charNDArray bar = args(2).char_array_value();
Dune::NiceFunction *foo; Dune::NiceFunction *foo;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment