Learn R Programming

CVXR (version 1.0)

PSDWrap-class: The PSDWrap class.

Description

A no-op wrapper to assert the input argument is positive semidefinite.

Usage

PSDWrap(arg)

# S4 method for PSDWrap is_psd(object)

Arguments

arg

A '>Expression object or matrix.

object

A '>PSDWrap object.

Methods (by generic)

  • is_psd: Is the atom positive semidefinite?