Skip to content

Creates an m-by-n matrix in which all entries are set to the specified element

License

Notifications You must be signed in to change notification settings

capital5/matrix-with

Repository files navigation

matrix-with NPM version Build Status Dependency Status Coverage Status

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

About

Creates an m-by-n matrix in which all entries are set to the specified element

Topics

Resources

License

Stars

Watchers

Forks

Packages