14.3.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¶
axis(int conedim1, int conedim2) -> PSDDomain
Set the dimension along which the cones are created in a multi-dimensional domain.
- Parameters:
conedim1
(int
) – First dimension.conedim2
(int
) – Second dimension.
- Return: