Click or drag to resize

IRightExtensibleComplexDoubleMatrixAppendRight Method

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.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void AppendRight(
	IROComplexDoubleMatrix a
)

Parameters

a  IROComplexDoubleMatrix
The matrix to append.
See Also