(M1, M2) = matrixFactorizationK(X,Y)
Produces a matrix factorization (M1,M2) of the bilinear form X*transpose Y. It does this by specializing the formula given by Knoerrer for $\sum X_i*Y_i$.
|
|
|
|
|
|
|
|
|
The object matrixFactorizationK is a method function.
The source of this document is in PencilsOfQuadrics.m2:1784:0.