def postProcess(self, _edObject=None):
     EDPluginExec.postProcess(self)
     EDVerbose.DEBUG("EDPluginExecMatrixInvertv1_0.postProcess")
     # Create some output data
     xsDataResult = XSDataResultMatrixInvert()
     xsdMatOut = EDUtilsArray.arrayToXSData(self.matOut,
                                            _bIncludeMd5sum=False)
     xsDataResult.setOutputMatrix(xsdMatOut)
     self.setDataOutput(xsDataResult)