5 lines
82 B
Mathematica
5 lines
82 B
Mathematica
|
|
function x = flush(x)
|
||
|
|
x.leftfactors = [];
|
||
|
|
x.rightfactors = [];
|
||
|
|
x.midfactors = [];
|