quad_over_lin: Sum of squares divided by a scalar

View source: R/097_atoms_quad_over_lin.R

quad_over_linR Documentation

Sum of squares divided by a scalar

Description

Sum of squares divided by a scalar

Usage

quad_over_lin(x, y, axis = NULL, keepdims = FALSE)

Arguments

x

An Expression

y

An Expression (scalar, positive)

axis

NULL (all), 1 (row-wise), or 2 (column-wise)

keepdims

Logical: keep reduced dimensions?

Value

A QuadOverLin atom


CVXR documentation built on March 6, 2026, 9:10 a.m.