MatrixTAppend(MatrixT) Method |
Concatenates this matrix with the given matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix<T> Append(
Matrix<T> right
)
Parameters
- right MatrixT
- The matrix to concatenate.
Return Value
MatrixTThe combined matrix.
See Also