Click or drag to resize

MatrixTAppend(MatrixT) Method

Concatenates this matrix with the given matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> Append(
	Matrix<T> right
)

Parameters

right  MatrixT
The matrix to concatenate.

Return Value

MatrixT
The combined matrix.
See Also