Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 458 Bytes

File metadata and controls

13 lines (8 loc) · 458 Bytes

Home > @josh-brown/vector > MatrixShape

MatrixShape type

A tuple representing the shape of a Matrix. The first entry is the number of rows, and the second entry is the number of columns.

Signature:

export type MatrixShape = [number, number];