Click or drag to resize

MatrixMathTopSpineJaggedArrayMatrixTAppendRight Method

Appends the matrix a at the right of this matrix. Either this matrix must be empty (dimensions (0,0)) or the matrix to append must have the same number of rows than this matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AppendRight(
	IROMatrix<T> a
)

Parameters

a  IROMatrixT
Matrix to append to the right of this matrix.

Implements

IRightExtensibleMatrixTAppendRight(IROMatrixT)
See Also