log_log_curvature-methods {CVXR} | R Documentation |
Log-Log Curvature Properties
Description
Determine if an expression is log-log constant, log-log affine, log-log convex, or log-log concave.
Usage
is_log_log_constant(object)
is_log_log_affine(object)
is_log_log_convex(object)
is_log_log_concave(object)
Arguments
object |
An Expression object. |
Value
A logical value.
[Package CVXR version 1.0-14 Index]