Functiondojox.math.matrix.create

dojo.require("dojox.math.matrix");
defined in dojox/math/matrix.js

Create a new matrix with rows a and cols b, and pre-populate with value.

Usage

function (/*Number*/ a, /*Number*/ b, /*Number?*/ value) (view source)
parametertypedescription
aNumber 
bNumber 
valueNumberOptional.