Merge pull request #16 from rjbaucells/CCS

matrix() documentation
This commit is contained in:
Rogelio J. Baucells 2015-03-10 23:08:27 -04:00
commit 5e43f0cb70

View File

@ -60,6 +60,7 @@ module.exports = function (math) {
* bignumber, boolean, complex, index, number, string, unit
*
* @param {Array | Matrix} [data] A multi dimensional array
* @param {string} [format] The Matrix storage format
* @return {Matrix} The created matrix
*/
math.matrix = function matrix(data, format) {