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.