scaled_lower_tri {CVXR}R Documentation

Utility methods for special handling of semidefinite constraints.

Description

Utility methods for special handling of semidefinite constraints.

Usage

scaled_lower_tri(matrix)

Arguments

matrix

The matrix to get the lower triangular matrix for

Value

The lower triangular part of the matrix, stacked in column-major order


[Package CVXR version 1.0-12 Index]