LmiConstrArray::GetLmiConstr()¶
获取LMI约束数组中的指定索引的LMI约束。
概要
LmiConstraint &GetLmiConstr(int idx)
参量
idx
: 指定的索引。返回值
指定索引的LMI约束。
LmiConstrArray::PushBack()¶
向LMI约束数组中添加一个LMI约束。
概要
void PushBack(const LmiConstraint &constr)
参量
constr
: 待添加的LMI约束。
LmiConstrArray::Reserve()¶
预分配大小为n项的空间。
概要
void Reserve(int n)
参量
n
: 预分配空间的大小。
LmiConstrArray::Size()¶
获取LMI约束数组中的元素个数。
概要
int Size()
返回值
LMI约束数组中的元素个数。