14.2.27 Class PSDDomain¶
- mosek.fusion.PSDDomain¶
Represent the domain od PSD matrices.
- Members:
PSDDomain.Axis – Set the dimension along which the cones are created in a multi-dimensional domain.
PSDDomain.WithNamesOnAxis – Set index names in a specific axis.
- PSDDomain.Axis¶
PSDDomain Axis(int conedim1, int conedim2)
Set the dimension along which the cones are created in a multi-dimensional domain.
- Parameters:
conedim1
(int
) – First dimension.conedim2
(int
) – Second dimension.
- Return: