Click or drag to resize

IExtensibleMatrixT Methods

The IExtensibleMatrixT type exposes the following members.

Methods
 NameDescription
Public methodAppendBottom Append matrix a to the bottom of this matrix. Matrix a must have the same number of columns than this matrix, except this matrix is still empty, in which case the right dimension of this matrix is set.
(Inherited from IBottomExtensibleMatrixT)
Public methodAppendRight Append matrix a to the right edge of this matrix. Matrix a must have the same number of rows than this matrix, except this matrix is still empty, in which case the right dimension of this matrix is set.
(Inherited from IRightExtensibleMatrixT)
Top
See Also