Optional
Allows to specify the type of array to use
Float64Array Copy
Float64Array
Reference matrix used to derive default row and column counts.
Number of columns in the new matrix.
matrix[0].length || 1 Copy
matrix[0].length || 1
Number of rows in the new matrix.
matrix.length || 1 Copy
matrix.length || 1
Allows to specify the type of array to use