15.8 Data Types¶
- MSKenv_t¶
The MOSEK Environment type.
- MSKtask_t¶
The MOSEK Task type.
- MSKuserhandle_t¶
A pointer to a user-defined structure.
- MSKbooleant¶
A signed integer interpreted as a boolean value.
- MSKint32t¶
Signed 32bit integer.
- MSKint64t¶
Signed 64bit integer.
- MSKwchart¶
Wide char type. The actual type may differ depending on the platform; it is either a 16 or 32 bits signed or unsigned integer.
- MSKrealt¶
The floating point type used by MOSEK.
- MSKstring_t¶
The string type used by MOSEK. This is an UTF-8 encoded zero-terminated char string.