dim_from_args {CVXR}R Documentation

Atom Dimensions

Description

Determine the dimensions of an atom based on its arguments.

Usage

dim_from_args(object)

## S4 method for signature 'Atom'
dim_from_args(object)

Arguments

object

A Atom object.

Value

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


[Package CVXR version 1.0-12 Index]