to_numeric {CVXR} | R Documentation |
Numeric Value of Atom
Description
Returns the numeric value of the atom evaluated on the specified arguments.
Usage
to_numeric(object, values)
Arguments
object |
An Atom object. |
values |
A list of arguments to the atom. |
Value
A numeric scalar, vector, or matrix.
[Package CVXR version 1.0-14 Index]