SVD(M, DivideConquer=>true)
i1 : M = random(RR^200, RR^200); 200 200 o1 : Matrix RR <-- RR 53 53
i2 : time SVD(M); -- used 0.120878s (cpu); 0.040257s (thread); 0s (gc)
i3 : time SVD(M, DivideConquer=>true); -- used 0.0799585s (cpu); 0.0306416s (thread); 0s (gc)
The source of this document is in Macaulay2Doc/functions/SVD-doc.m2:66:0.