Skip to content

capital5/matrix-with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors