Click or drag to resize

MatrixTAppend(MatrixT, MatrixT) Method

Concatenates this matrix with the given matrix and places the result into the result matrix.

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

Parameters

right  MatrixT
The matrix to concatenate.
result  MatrixT
The combined matrix.
See Also