TNumber.Stack Method

Returns a vector or matrix formed by placing arguments top to bottom. Arguments value are arrays having the same number of columns or they are scalars and column vectors.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TMatrix Stack(
	TNumber[] value
)

Parameters

value  TNumber[]
Vectors or columns to form the result.

Return Value

TMatrix
A vector or matrix formed by placing arguments top to bottom.

See Also