Extends IComplexFloatMatrix in a way that another matrix of appropriate dimensions can be appended to the right of the matrix.
Instance member | Description |
Full Usage:
this.AppendRight
Parameters:
IROComplexFloatMatrix
-
The matrix to append.
Modifiers: abstract |
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.
|