Learn R Programming

CVXR (version 1.9.1)

is_pwl: Check if Expression is Piecewise Linear

Description

Check if Expression is Piecewise Linear

Is the Expression Piecewise Linear?

Usage

is_pwl(x, ...)

Value

Logical scalar.

Logical.

Arguments

x

A CVXR expression.

...

Not used.