Returns the cofactor of element (i,j) of the square matrix A, i.e., the signed minor of the sub-matrix that results when row i and column j are deleted.
See also
rowCofactors for all cofactors of a given row
Other determinants:
Det(),
adjoint(),
minor(),
rowCofactors(),
rowMinors()
