Home > @josh-brown/vector > ArrayMatrix > getColumn
Returns a vector corresponding to the column at index columnIndex
Signature:
getColumn(j: number): Vector<S>;|
Parameter |
Type |
Description |
|---|---|---|
|
j |
number |
The index for which to fetch the column |
Returns:
Vector<S>
The column vector