Home > @josh-brown/vector > ArrayMatrix > getEntry
Returns the entry of the matrix at the specified indices i and j
Signature:
getEntry(i: number, j: number): S;|
Parameter |
Type |
Description |
|---|---|---|
|
i |
number | |
|
j |
number |
Returns:
S
The entry
Home > @josh-brown/vector > ArrayMatrix > getEntry
Returns the entry of the matrix at the specified indices i and j
Signature:
getEntry(i: number, j: number): S;|
Parameter |
Type |
Description |
|---|---|---|
|
i |
number | |
|
j |
number |
Returns:
S
The entry