Click or drag to resize

JaggedArrayMatrixAppendBottom Method

Appends the matrix a at the bottom of this matrix. Either this matrix must be empty (dimensions (0,0)) or the matrix to append must have the same number of columns 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 AppendBottom(
	IROMatrix<double> a
)

Parameters

a  IROMatrixDouble
Matrix to append to the bottom of this matrix.

Implements

IBottomExtensibleMatrixTAppendBottom(IROMatrixT)
See Also