AffineConeArray::GetCone()
Get i-th affine cone constraint object.
Synopsis
AffineCone &GetCone(int i)
Arguments
i
: index of the affine cone constraint.Return
affine cone constraint object with index i.
AffineConeArray::PushBack()
Add an affine cone constraint object to affine cone constraint array.
Synopsis
void PushBack(const AffineCone &cone)
Arguments
cone
: an affine constraint object.
AffineConeArray::Reserve()
Reserve capacity to contain at least n items.
Synopsis
void Reserve(int n)
Arguments
n
: minimum capacity for affine cone constraint objects.
AffineConeArray::Size()
Get the number of affine cone constraint objects.
Synopsis
int Size()
Return
number of affine cone constraint objects.