IRightExtensibleComplexDoubleMatrix Type

Extends IComplexDoubleMatrix in a way that another matrix of appropriate dimensions can be appended to the right of the matrix.

Instance members

Instance member Description

this.AppendRight

Full Usage: this.AppendRight

Parameters:
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.

a : IROComplexDoubleMatrix

The matrix to append.