TNumber.Augment Method

Returns a vector or matrix formed by placing arguments left to right. Arguments value are arrays having the same number of rows or they are scalars and row vectors.

Definition

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

Parameters

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

Return Value

TMatrix
A vector or matrix formed by placing arguments left to right.

See Also