Home > @josh-brown/vector > MatrixShape
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];Home > @josh-brown/vector > MatrixShape
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];