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.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void AppendBottom(
IROMatrix<T> a
)
Parameters
- a IROMatrixT
- The matrix to append.
See Also