mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Merge branch 'develop' of github.com:josdejong/mathjs into develop
This commit is contained in:
commit
62825bdbd4
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user