Home > @josh-brown/vector > SparseMatrix > getRow
Returns a vector corresponding to the row at index rowIndex
Signature:
getRow(i: number): Vector<S>;|
Parameter |
Type |
Description |
|---|---|---|
|
i |
number |
The index for which to fetch the row |
Returns:
Vector<S>
The row vector