MatrixTGetRow Method

returns the speciefied row of the Matrix

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.138 -- Release Build+88ca978c0cce6d0d3e501e198adb13956063f519
public T[] GetRow(
	int index
)

Parameters

index  Int32

[Missing <param name="index"/> documentation for "M:Gemstone.Numeric.Matrix`1.GetRow(System.Int32)"]

Return Value

T

[Missing <returns> documentation for "M:Gemstone.Numeric.Matrix`1.GetRow(System.Int32)"]

See Also