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.0620269s (cpu); 0.0163723s (thread); 0s (gc)
i3 : time SVD(M, DivideConquer=>true); -- used 0.543806s (cpu); 0.190059s (thread); 0s (gc)
The source of this document is in Macaulay2Doc/functions/SVD-doc.m2:66:0.