PSDWrap-class {CVXR}R Documentation

The PSDWrap class.

Description

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

Usage

PSDWrap(arg)

## S4 method for signature 'PSDWrap'
is_psd(object)

Arguments

arg

A Expression object or matrix.

object

A PSDWrap object.

Methods (by generic)


[Package CVXR version 1.0-12 Index]