Click or drag to resize

IRightExtensibleComplexDoubleMatrix Interface

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

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IRightExtensibleComplexDoubleMatrix : IComplexDoubleMatrix, 
	IROComplexDoubleMatrix

The IRightExtensibleComplexDoubleMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnsThe number of columns of the matrix.
(Inherited from IROComplexDoubleMatrix)
Public propertyItemGet / sets an element of the matrix at (row, col).
(Inherited from IComplexDoubleMatrix)
Public propertyRowsThe number of rows of the matrix.
(Inherited from IROComplexDoubleMatrix)
Top
Methods
 NameDescription
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.
Top
See Also