View source: R/GSOFunc_eval_js_jac.R
eval_cs_jac | R Documentation |
Jacobian (partial derivative matrix) for the inequalities
eval_cs_jac(x, spp)
x |
a list/column, e.g. run$solution, |
spp |
a data.frame, usually data or option data.frame |
Internal GSO function. Used within gso(), an input for nloptr()
Since each constraint is linear, the Jacobian is the coefficients of each variable in eval_cs(). Calculates the coefficient for each variable in eval_cs()
returns a vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.