| .error_grad | R Documentation |
Returns a list keyed by variable id with every entry NULL. Used by the chain-rule walker to propagate "could not compute" up the DAG when any argument value is missing.
.error_grad(expr)
expr |
An expression. |
Mirrors cvxpy/utilities/grad.py:error_grad.
A list keyed by variable id (as character), each entry NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.