SymMatrixArray.SymMatrixArray()
Constructor of SymMatrixAarray.
Synopsis
SymMatrixArray()
SymMatrixArray.GetMatrix()
Get i-th SymMatrix object.
Synopsis
SymMatrix GetMatrix(int idx)
Arguments
idx
: index of the SymMatrix object.Return
SymMatrix object with index idx.
SymMatrixArray.PushBack()
Add a SymMatrix object to SymMatrix array.
Synopsis
void PushBack(SymMatrix mat)
Arguments
mat
: a SymMatrix object.
SymMatrixArray.Reserve()
Reserve capacity to contain at least n items.
Synopsis
void Reserve(int n)
Arguments
n
: minimum capacity for symmetric matrix object.
SymMatrixArray.Size()
Get the number of SymMatrix objects.
Synopsis
int Size()
Return
number of SymMatrix objects.