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