Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 781 Bytes

File metadata and controls

56 lines (27 loc) · 781 Bytes

Home > @josh-brown/vector > ArrayMatrix > getColumn

ArrayMatrix.getColumn() method

Returns a vector corresponding to the column at index columnIndex

Signature:

getColumn(j: number): Vector<S>;

Parameters

Parameter

Type

Description

j

number

The index for which to fetch the column

Returns:

Vector<S>

The column vector