Click or drag to resize

IBottomExtensibleMatrixTAppendBottom Method

Append matrix a to the bottom of this matrix. Matrix a must have the same number of columns 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 AppendBottom(
	IROMatrix<T> a
)

Parameters

a  IROMatrixT
The matrix to append.
See Also