Creates an m-by-n matrix in which all entries are set to the specified element
$ npm install --save matrix-withvar matrixWith = require('matrix-with');
matrixWith(3, 3, 0);MIT © Steven Thomson
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Creates an m-by-n matrix in which all entries are set to the specified element
$ npm install --save matrix-withvar matrixWith = require('matrix-with');
matrixWith(3, 3, 0);MIT © Steven Thomson