| param_dict | R Documentation |
Mirrors CVXPY's Problem.param_dict property
(cvxpy/problems/problem.py:260-264): returns a named list keyed by
each parameter's name, where the value is the Parameter
object itself.
param_dict(x, ...)
x |
A |
... |
Not used. |
Named list of Parameter objects, keyed by name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.