Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 761 Bytes

File metadata and controls

56 lines (27 loc) · 761 Bytes

Home > @josh-brown/vector > SparseMatrix > getRow

SparseMatrix.getRow() method

Returns a vector corresponding to the row at index rowIndex

Signature:

getRow(i: number): Vector<S>;

Parameters

Parameter

Type

Description

i

number

The index for which to fetch the row

Returns:

Vector<S>

The row vector