IRight |
public interface IRightExtensibleComplexFloatMatrix : IComplexFloatMatrix, IROComplexFloatMatrix
The IRightExtensibleComplexFloatMatrix type exposes the following members.
Name | Description | |
---|---|---|
Columns | The number of columns of the matrix. (Inherited from IROComplexFloatMatrix) | |
Item | Get / sets an element of the matrix at (row, col). (Inherited from IComplexFloatMatrix) | |
Rows | The number of rows of the matrix. (Inherited from IROComplexFloatMatrix) |
Name | Description | |
---|---|---|
AppendRight | 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. |