(VARP, VARP, VARP) svd( VARP a, { bool fullMatrices = true, bool computeUV = true, bool hermitian = false, }) { final res = F.svd(a); return (res[1], res[0], res[2]); }