Merge branch 'develop' of github.com:josdejong/mathjs into develop

This commit is contained in:
josdejong 2013-07-29 09:30:14 +02:00
commit 62825bdbd4

View File

@ -457,7 +457,7 @@ function _init(array) {
* Resize the matrix
* @param {Number[]} size
* @param {*} [defaultValue] Default value, filled in on new entries.
* If not provided, the vector will be filled
* If not provided, the matrix will be filled
* with zeros.
*/
Matrix.prototype.resize = function (size, defaultValue) {