%<<%                    Negative Semidefinite Constraint Operator
%>>%                    Positive Semidefinite Constraint Operator
And                     Logical AND
Constant                Create a Constant Expression
DiagMat                 Extract Diagonal from a Matrix
DiagVec                 Vector to Diagonal Matrix
Equality                Create an Equality Constraint
ExpCone                 Create an Exponential Cone Constraint
FiniteSet               FiniteSet Constraint
Inequality              Create an Inequality Constraint
Maximize                Create a Maximization Objective
Minimize                Create a Minimization Objective
NonNeg                  Create a Non-Negative Constraint
NonPos                  Create a Non-Positive Constraint
Not                     Logical NOT
Or                      Logical OR
PSD                     Create a Positive Semidefinite Constraint
Parameter               Create a Parameter
PowCone3D               Create a 3D Power Cone Constraint
PowConeND               Create an N-Dimensional Power Cone Constraint
Problem                 Create an Optimization Problem
SOC                     Create a Second-Order Cone Constraint
Variable                Create an Optimization Variable
Xor                     Logical XOR
Zero                    Create a Zero Constraint
as_cvxr_expr            Convert a value to a CVXR Expression
available_solvers       List available solvers
bmat                    Construct a Block Matrix
cdiac                   Global Monthly and Annual Temperature Anomalies
                        (degrees C), 1850-2015 (Relative to the
                        1961-1990 Mean) (May 2016)
ceil_expr               Elementwise Ceiling
condition_number        Condition number of a PSD matrix
constants               Get the Constants in an Expression
constraints             Get Problem Constraints (read-only)
conv                    1D discrete convolution
cummax_expr             Cumulative maximum along an axis
cumsum_axis             Cumulative sum along an axis
curvature               Get Expression Curvature
cvar                    Conditional Value at Risk (CVaR)
cvxr_diff               Compute kth Order Differences of an Expression
cvxr_mean               Mean of an expression
cvxr_norm               Compute a norm of an expression
cvxr_outer              Outer product of two vectors
cvxr_std                Standard deviation of an expression
cvxr_var                Variance of an expression
diff_pos                The difference x - y with domain x > y > 0
dist_ratio              Distance ratio
dotsort                 Weighted sorted dot product
dspop                   Direct Standardization: Population
dssamp                  Direct Standardization: Sample
dual_value              Get the Dual Value of a Constraint
entr                    Create an entropy atom -x * log(x)
expr_H                  Conjugate-Transpose of an Expression
expr_sign               Get the DCP Sign of an Expression
eye_minus_inv           Unity resolvent (I - X) inverse for positive
                        square matrix X
floor_expr              Elementwise Floor
gen_lambda_max          Maximum generalized eigenvalue
geo_mean                (Weighted) geometric mean of a vector
get_problem_data        Get Problem Data for a Solver (deprecated)
gmatmul                 Geometric matrix multiplication A diamond X
harmonic_mean           Harmonic mean: n / sum(1/x_i)
hstack                  Horizontal concatenation of expressions
huber                   Create a Huber loss atom
id                      Get Expression ID
iff                     Logical Biconditional
implies                 Logical Implication
indicator               Indicator function for constraints
installed_solvers       List installed solvers
inv_pos                 Inverse position: x^{-1} (for x > 0)
inv_prod                Reciprocal of product of entries
is_affine               Check if an Expression is Affine
is_concave              Check if an Expression is Concave
is_constant             Check if an Expression is Constant
is_convex               Check if an Expression is Convex
is_dcp                  Check if an Expression is DCP-Compliant
is_dgp                  Check if a Constraint is DGP-Compliant
is_dpp                  Check DPP Compliance
is_dqcp                 Check if Expression is DQCP-Compliant
is_log_log_affine       Check if Expression is Log-Log Affine
is_log_log_concave      Check if Expression is Log-Log Concave
is_log_log_convex       Check if Expression is Log-Log Convex
is_lp                   Check if a Problem is a Linear Program
is_matrix               Is the Expression a Matrix?
is_mixed_integer        Check if a Problem is Mixed-Integer
is_nonneg               Check if Expression is Non-Negative
is_nonpos               Check if Expression is Non-Positive
is_nsd                  Check if Expression is Negative Semidefinite
is_psd                  Check if Expression is Positive Semidefinite
is_pwl                  Check if Expression is Piecewise Linear
is_qp                   Check if a Problem is a Quadratic Program
is_quadratic            Check if an Expression is Quadratic
is_quasiconcave         Check if Expression is Quasiconcave
is_quasiconvex          Check if Expression is Quasiconvex
is_quasilinear          Check if Expression is Quasilinear
is_scalar               Is the Expression a Scalar?
is_symmetric            Check if Expression is Symmetric
is_vector               Is the Expression a Vector?
is_zero                 Check if Expression is Zero
kl_div                  KL Divergence: x*log(x/y) - x + y
kron                    Kronecker product of two expressions
lambda_max              Maximum eigenvalue
lambda_min              Minimum eigenvalue
lambda_sum_largest      Sum of largest k eigenvalues
lambda_sum_smallest     Sum of smallest k eigenvalues
length_expr             Length of a Vector (Last Nonzero Index)
log1p_atom              Log(1 + x) - elementwise
log_det                 Log-determinant
log_normcdf             Elementwise log of the standard normal CDF
log_sum_exp             Log-sum-exp: log(sum(exp(x)))
loggamma                Elementwise log of the gamma function
logistic                Logistic function: log(1 + exp(x)) -
                        elementwise
make_sparse_diagonal_matrix
                        Make a CSC sparse diagonal matrix
math_atoms              Standard R Functions for CVXR Expressions
matrix_frac             Matrix fractional function
matrix_trace            Trace of a square matrix expression
max_elemwise            Elementwise maximum of expressions
max_entries             Maximum entry of an expression
min_elemwise            Elementwise minimum of expressions
min_entries             Minimum entry of an expression
mixed_norm              Mixed norm (L_{p,q} norm): column-wise p-norm,
                        then q-norm
multiply                Elementwise multiplication (deprecated)
name                    Get Expression Name
neg                     Negative part: -min(x, 0)
norm1                   L1 norm of an expression
norm2                   Euclidean norm (deprecated alias)
norm_inf                L-infinity norm of an expression
norm_nuc                Nuclear norm (sum of singular values)
objective               Get Problem Objective (read-only)
one_minus_pos           The difference 1 - x with domain (0, 1)
p_norm                  General p-norm of an expression
parameters              Get the Parameters in an Expression
partial_trace           Partial trace of a tensor product expression
partial_transpose       Partial transpose of a tensor product
                        expression
perspective             Perspective Transform
pf_eigenvalue           Perron-Frobenius eigenvalue of a positive
                        matrix
pos                     Positive part: max(x, 0)
power                   Create a Power atom
problem_data            Get Problem Data for a Solver
problem_solution        Get the Raw Solution Object (deprecated)
problem_status          Get the Solution Status of a Problem
                        (deprecated)
problem_unpack_results
                        Unpack Solver Results into a Problem
prod_entries            Product of entries along an axis
psolve                  Solve a Convex Optimization Problem
ptp                     Peak-to-peak (range): max(x) - min(x)
quad_form               Quadratic form x^T P x
quad_over_lin           Sum of squares divided by a scalar
rel_entr                Relative Entropy: x*log(x/y)
reshape_expr            Reshape an expression to a new shape
residual                Get the Residual of a Constraint
resolvent               Resolvent inverse(sI - X)
scalar_product          Scalar product (alias for vdot)
scalene                 Scalene penalty: alpha * pos(x) + beta * neg(x)
set_label               Set a Label on a Constraint
sigma_max               Maximum singular value
size                    Get Expression Size
solution                Get the Raw Solution Object
solve_via_data          Solve via Raw Data
solver-constants        Solver Name Constants
solver_default_param    Standard Solver Parameter Mappings
solver_opts             Create Solver Options
solver_stats            Get Solver Statistics
square                  Square of an expression: x^2
status                  Get the Solution Status of a Problem
status-constants        Solution Status Constants
sum_entries             Sum the entries of an expression
sum_largest             Sum of k largest entries
sum_smallest            Sum of k smallest entries
sum_squares             Sum of squares (= quad_over_lin(x, 1))
to_latex                Convert CVXR Object to LaTeX
total_variation         Total variation of a vector or matrix
tr_inv                  Trace of matrix inverse
tv                      Total variation (deprecated alias)
unpack_results          Unpack Results (backward-compatible alias)
upper_tri               Extract strict upper triangle of a square
                        matrix
value                   Get the Numeric Value of an Expression
value<-                 Set the Value of a Leaf Expression
variables               Get the Variables in an Expression
vdot                    Vector dot product (inner product)
vec                     Vectorize an expression (column vector)
vec_to_upper_tri        Reshape a vector into an upper triangular
                        matrix
violation               Get the Violation of a Constraint
visualize               Visualize the Canonicalization Pipeline of a
                        CVXR Problem
vstack                  Vertical concatenation of expressions
xexp                    x * exp(x) - elementwise
