R/257_zzz_R_specific_exports.R
curvature.Rd
Returns the DCP curvature of an expression as a string.
curvature(x)
A CVXR expression.
Character: "CONSTANT", "AFFINE", "CONVEX", "CONCAVE", or "UNKNOWN".
"CONSTANT"
"AFFINE"
"CONVEX"
"CONCAVE"
"UNKNOWN"
is_convex(), is_concave(), is_affine(), is_constant()
is_convex()
is_concave()
is_affine()
is_constant()