Skip to content
Snippets Groups Projects
Commit 2aae6315 authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

gradient verification

parent 0cf810aa
Branches
Tags
No related merge requests found
......@@ -382,7 +382,7 @@ void verification(alglib::real_1d_array& x,void* ptr){
pointer = w->get_triangulator();
num = pointer->numPoints;
srand(time(NULL));
index = rand()%num;
index = rand()%(dimension/2);
e = 0.0000001;
alglib::real_1d_array grad;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment