void test_eval_with_gradient()
 {
   tester.compare_eval_with_indices_and_eval_with_gradient( &mMetric );
   tester.compare_analytical_and_numerical_gradients( &mMetric );
 }
Exemple #2
0
 void compare_indices_and_gradient()
   { tester.compare_eval_with_indices_and_eval_with_gradient( &test_qm );
     tester.compare_eval_with_indices_and_eval_with_gradient( &test_qm_surf ); }