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