dojox.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.
parameter | type | description |
---|---|---|
a | Number | |
b | Number | |
value | Number | Optional. |