Click or drag to resize

AnyRectangularMatrixColumn Method

Gets a copy of the specified column.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual ColumnVector Column(
	int c
)

Parameters

c
Type: SystemInt32
The (zero-based) column index.

Return Value

Type: ColumnVector
An independent copy of the specified column.
See Also