matrix-with Creates an m-by-n matrix in which all entries are set to the specified element Installation $ npm install --save matrix-with Usage var matrixWith = require('matrix-with'); matrixWith(3, 3, 0); License MIT © Steven Thomson