1Blurb::
2Identify which numerical gradient corresponds to which response
3Description::
4The \c id_analytic_gradients list specifies by
5number the functions which have analytic gradients, and the \c
6id_numerical_gradients list specifies by number the functions which
7must use numerical gradients. Each function identifier, from 1 through
8the total number of functions, must appear once and only once within
9the union of the \c id_analytic_gradients and \c
10id_numerical_gradients lists.
11
12Topics::	objective_function_pointer
13Examples::
14Theory::
15Faq::
16See_Also::	responses-mixed_gradients-id_analytic_gradients
17