import cvxpy
from cvxpy import semidefinite
semidefinite(12,'S')
gives:
Expression(AFFINE, UNKNOWN, (12, 12))
Is there any similar function in MATLAB (2021a)?
import cvxpy
from cvxpy import semidefinite
semidefinite(12,'S')
gives:
Expression(AFFINE, UNKNOWN, (12, 12))
Is there any similar function in MATLAB (2021a)?