14.2.26 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:

(PSDDomain)

PSDDomain.WithNamesOnAxis
PSDDomain WithNamesOnAxis(string[] names, int axis)

Set index names in a specific axis.

Parameters:
  • names (string[]) – List of names, this must match the actual dimension on that axis.

  • axis (int) – The axis to change names on.

Return:

(PSDDomain)