Class: FilledMat

MiniMat.FilledMat

new FilledMat(x_len, y_len, valueopt)

Make a matrix filled with one value
Parameters:
Name Type Attributes Default Description
x_len int the number of columns.
y_len int the number of rows
value int <optional>
1 the value to fill the matrix with, default 1
Source: