scaled_upper_tri {CVXR} | R Documentation |
Utility methods for special handling of semidefinite constraints.
Description
Utility methods for special handling of semidefinite constraints.
Usage
scaled_upper_tri(matrix)
Arguments
matrix |
The matrix to get the upper triangular matrix for |
Value
The upper triangular part of the matrix, stacked in column-major order
[Package CVXR version 1.0-14 Index]