matrixOf
Creates an NxM Matrix, where N == rows and M == cols.
Parameters
rows
of the matrix
cols
of the matrix
init
operation to get each value at row, col
Creates an NxM Matrix, where N == rows and M == cols.
of the matrix
of the matrix
operation to get each value at row, col