adjointFactorization MGiven a matrix $M$, the adjoint matrix $M'$ is the matrix satisfying $M \cdot M' = M' \cdot M = \det(M) id$. This means that any square matrix induces a matrix factorization of its determinant, and this function implements this induced matrix factorization.
|
|
|
|
|
The object adjointFactorization is a method function.
The source of this document is in MatrixFactorizations/MatrixFactorizationsDOC.m2:6350:0.