Learn R Programming

CVXR (version 1.0-14)

dim_from_args: Atom Dimensions

Description

Determine the dimensions of an atom based on its arguments.

Usage

dim_from_args(object)

# S4 method for Atom dim_from_args(object)

Value

A numeric vector c(row, col) indicating the dimensions of the atom.

Arguments

object

A Atom object.