MatrixTStack(MatrixT) Method |
Stacks this matrix on top of 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 Matrix<T> Stack(
Matrix<T> lower
)
Parameters
- lower MatrixT
- The matrix to stack this matrix upon.
Return Value
MatrixTThe combined matrix.
Exceptions See Also