Matrix Size
- 更新日2023-02-17
- 1分で読める
Matrix Size
Returns the dimensions for the number of rows and columns of matrix.


matrix
2D array of any numeric type.

number of rows
Row dimension of the matrix.

number of columns
Column dimension of the matrix.
Matrix Size
Returns the dimensions for the number of rows and columns of matrix.


2D array of any numeric type.

Row dimension of the matrix.

Column dimension of the matrix.