mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Merge remote-tracking branch 'origin/sparse-arithmetic' into v2-sparse
This commit is contained in:
commit
36777eaeb3
@ -628,7 +628,7 @@ function factory (type, config, load, typed) {
|
||||
size: [arows, bcolumns]
|
||||
});
|
||||
// workspace
|
||||
var x = new Array(arows);
|
||||
var x = values ? new Array(arows) : undefined;
|
||||
// vector with marks indicating a value x[i] exists in a given column
|
||||
var w = new Array(arows);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user