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::t 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::t withNamesOnAxis(shared_ptr<ndarray<string,1>> 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)