LmiConstraint::Get()¶
Get information values of LMI expression.
Synopsis
double Get(const char *szInfo, int len)
Arguments
szInfo
: name of queried information.
len
: length of output array.Return
output list of information values.
LmiConstraint::GetDim()¶
Get dimension of LMI constraint.
Synopsis
int GetDim()
Return
dimension of LMI constraint.
LmiConstraint::GetIdx()¶
Get index of LMI constraint.
Synopsis
int GetIdx()
Return
index of LMI constraint.
LmiConstraint::GetLen()¶
Get length of LMI constraint.
Synopsis
int GetLen()
Return
length of LMI constraint.
LmiConstraint::GetName()¶
Get name of LMI constraint.
Synopsis
const char *GetName()
Return
the name of LMI constraint.
LmiConstraint::Remove()¶
Remove this LMI constraint from model.
Synopsis
void Remove()
LmiConstraint::SetName()¶
Set name of LMI constraint.
Synopsis
void SetName(const char *szName)
Arguments
szName
: new name to set.
LmiConstraint::SetRhs()¶
Set constant term of LMI constraint.
Synopsis
void SetRhs(const SymMatrix &mat)
Arguments
mat
: new symmetric matrix for constant term.