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