log_log_curvature-atom {CVXR} | R Documentation |
Log-Log Curvature of an Atom
Description
Determine if an atom is log-log convex, concave, or affine.
Usage
is_atom_log_log_convex(object)
is_atom_log_log_concave(object)
is_atom_log_log_affine(object)
Arguments
object |
A Atom object. |
Value
A logical value.
[Package CVXR version 1.0-14 Index]