Skip to content

Latest commit

 

History

History
68 lines (32 loc) · 757 Bytes

File metadata and controls

68 lines (32 loc) · 757 Bytes

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

ArrayMatrix.getEntry() method

Returns the entry of the matrix at the specified indices i and j

Signature:

getEntry(i: number, j: number): S;

Parameters

Parameter

Type

Description

i

number

j

number

Returns:

S

The entry