1.0.0 • Published 9 years ago

matrix-create v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

matrix-create Build Status

Returns a flattened row x column matrix

Install

$ npm install --save matrix-create

Usage

var mCreate = require('matrix-create')

var matrix4x4 = mCreate()

console.log(matrix4x4)
/*
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] // 16 zeros
*/

License

(c) 2015 Chinedu Francis Nwafili. MIT License